Double.ReciprocalEstimate(Double) 方法

定义

计算值的倒数估计值。

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

参数

x
Double

要计算其倒数估计值的值。

返回

对 的倒数的 x估计值。

实现

适用于