NFloat.ReciprocalEstimate(NFloat) Método

Definición

Calcula una estimación de la recíproca de un valor.

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

Parámetros

x
NFloat

Valor cuya estimación de la recíproca se va a calcular.

Devoluciones

Estimación de la recíproca de x.

Implementaciones

Se aplica a