IFloatingPointIeee754<TSelf>.ReciprocalEstimate(TSelf) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算值的倒数估计值。
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
估计值。