NFloat.ReciprocalEstimate(NFloat) Methode

Definition

Berechnet eine Schätzung des Kehrwerts eines Werts.

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

Parameter

x
NFloat

Der Wert, dessen Schätzung des Kehrwerts berechnet werden soll.

Gibt zurück

Eine Schätzung des Kehrwerts von x.

Implementiert

Gilt für: