NFloat.ReciprocalEstimate(NFloat) Metodo

Definizione

Calcola una stima del reciproco di un valore.

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

Parametri

x
NFloat

Valore di cui calcolare la stima del reciproco.

Restituisce

Stima del reciproco di x.

Implementazioni

Si applica a