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

适用于