NFloat.ReciprocalSqrtEstimate(NFloat) Méthode

Définition

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

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

Paramètres

x
NFloat

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

Retours

Estimation de la racine carrée réciproque de x.

Implémente

S’applique à