Langue

Single.ReciprocalEstimate(Single) Méthode

Définition

Calcule une estimation de la réciproque d’une valeur.

public:
 static float ReciprocalEstimate(float x) = System::Numerics::IFloatingPointIeee754<float>::ReciprocalEstimate;
public static float ReciprocalEstimate(float x);
static member ReciprocalEstimate : single -> single
Public Shared Function ReciprocalEstimate (x As Single) As Single

Paramètres

x
Single

Valeur dont l’estimation de la réciproque doit être calculée.

Retours

Estimation de la réciproque de x.

Implémente

S’applique à