NFloat.ReciprocalEstimate(NFloat) Método

Definição

Calcula uma estimativa do recíproco 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 do recíproco deve ser calculado.

Devoluções

Uma estimativa do recíproco de x.

Implementações

Aplica-se a