共用方式為


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

傳回

Double

的相互估計 x 值。

實作

適用於