NFloat.ReciprocalSqrtEstimate(NFloat) Metoda

Definicja

Oblicza oszacowanie wzajemnego pierwiastek kwadratu wartości.

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

Parametry

x
NFloat

Wartość, której oszacowanie wzajemnego pierwiastek kwadratowy ma zostać obliczone.

Zwraca

Oszacowanie wzajemnego pierwiastek kwadratu .x

Implementuje

Dotyczy