Double.ReciprocalEstimate(Double) Methode

Definitie

Berekent een schatting van de wederkerigheid van een waarde.

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

Parameters

x
Double

De waarde waarvan de schatting van de wederkerigheid moet worden berekend.

Retouren

Een schatting van de wederkerigheid van x.

Implementeringen

Van toepassing op