NFloat.ReciprocalSqrtEstimate(NFloat) 方法

定义

计算值的倒数平方根的估计值。

public:
 static System::Runtime::InteropServices::NFloat ReciprocalSqrtEstimate(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::ReciprocalSqrtEstimate;
public static System.Runtime.InteropServices.NFloat ReciprocalSqrtEstimate (System.Runtime.InteropServices.NFloat x);
static member ReciprocalSqrtEstimate : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function ReciprocalSqrtEstimate (x As NFloat) As NFloat

参数

x
NFloat

要计算倒数平方根的估计值。

返回

的倒数平方根的估计值 x

实现

适用于