Double.ReciprocalEstimate(Double) Metoda

Definice

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

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

Parametry

x
Double

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

Návraty

Odhad recipročního objektu x.

Implementuje

Platí pro