Sdílet prostřednictvím


Double.ReciprocalSqrtEstimate(Double) Metoda

Definice

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

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

Parametry

x
Double

Návraty

Double

Odhad reciproční druhou odmocninu x.

Implementuje

Platí pro