Single.ReciprocalSqrtEstimate(Single) メソッド

定義

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

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

パラメーター

x
Single

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

戻り値

の逆平方根の x推定値。

実装

適用対象