Double.ReciprocalEstimate(Double) Méthode

Définition

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

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

Paramètres

x
Double

Retours

Double

Estimation de la réciproque de x.

Implémente

S’applique à