Sdílet prostřednictvím


NFloat.ReciprocalEstimate(NFloat) Metoda

Definice

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

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

Parametry

x
NFloat

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

Návraty

Odhad reciproční hodnota .x

Implementuje

Platí pro