NFloat.ReciprocalEstimate(NFloat) Método

Definição

Calcula uma estimativa da recíproca de um 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

O valor cuja estimativa da recíproca deve ser calculada.

Retornos

Uma estimativa da recíproca de x.

Implementações

Aplica-se a