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值。

適用於