NFloat.ReciprocalSqrtEstimate(NFloat) Methode

Definition

Berechnet eine Schätzung der reziproken Quadratwurzel eines Werts.

public:
 static System::Runtime::InteropServices::NFloat ReciprocalSqrtEstimate(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::ReciprocalSqrtEstimate;
public static System.Runtime.InteropServices.NFloat ReciprocalSqrtEstimate (System.Runtime.InteropServices.NFloat x);
static member ReciprocalSqrtEstimate : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function ReciprocalSqrtEstimate (x As NFloat) As NFloat

Parameter

x
NFloat

Der Wert, dessen Schätzung der reziproken Quadratwurzel berechnet werden soll.

Gibt zurück

Eine Schätzung der gegenseitigen Quadratwurzel von x.

Implementiert

Gilt für: