IFloatingPointIeee754<TSelf>.ReciprocalSqrtEstimate(TSelf) メソッド

定義

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

public:
 static override TSelf ReciprocalSqrtEstimate(TSelf x);
public static virtual TSelf ReciprocalSqrtEstimate (TSelf x);
static member ReciprocalSqrtEstimate : 'Self -> 'Self
Public Shared Overrides Function ReciprocalSqrtEstimate (x As TSelf) As TSelf

パラメーター

x
TSelf

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

戻り値

TSelf

の逆平方根の x推定値。

適用対象