NFloat.ReciprocalEstimate(NFloat) Méthode

Définition

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

public:
 static System::Runtime::InteropServices::NFloat ReciprocalEstimate(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::ReciprocalEstimate;
public static System.Runtime.InteropServices.NFloat ReciprocalEstimate (System.Runtime.InteropServices.NFloat x);
static member ReciprocalEstimate : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function ReciprocalEstimate (x As NFloat) As NFloat

Paramètres

x
NFloat

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

Retours

Estimation de la réciproque de x.

Implémente

S’applique à