NFloat.ReciprocalEstimate(NFloat) Methode

Definitie

Berekent een schatting van de wederkerigheid van een waarde.

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

Parameters

x
NFloat

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

Retouren

Een schatting van de wederkerigheid van x.

Implementeringen

Van toepassing op