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

定義

値の逆数の推定値を計算します。

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

パラメーター

x
TSelf

逆数の推定値が計算される値。

戻り値

TSelf

の逆数の x推定値。

適用対象