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推定値。

実装

適用対象