Double.ReciprocalEstimate(Double) Método

Definição

Calcula uma estimativa da recíproca de um valor.

public:
 static double ReciprocalEstimate(double x) = System::Numerics::IFloatingPointIeee754<double>::ReciprocalEstimate;
public static double ReciprocalEstimate (double x);
static member ReciprocalEstimate : double -> double
Public Shared Function ReciprocalEstimate (x As Double) As Double

Parâmetros

x
Double

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

Retornos

Uma estimativa da recíproca de x.

Implementações

Aplica-se a