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

実装

適用対象