言語

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の逆平方根の推定値。

適用対象