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

适用于