Double.ReciprocalSqrtEstimate(Double) メソッド

定義

値の逆平方根の推定値を計算します。

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

パラメーター

x
Double

逆平方根の推定値が計算される値。

返品

xの逆平方根の推定値。

実装

適用対象