NFloat.ReciprocalSqrtEstimate(NFloat) Metoda

Definice

Vypočítá odhad reciproční odmocniny hodnoty.

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

Parametry

x
NFloat

Hodnota, jejíž odhad reciproční odmocniny se má vypočítat.

Návraty

Odhad reciproční odmocniny .x

Implementuje

Platí pro