NFloat.ReciprocalEstimate(NFloat) 方法

定义

计算值的对等值的估计值。

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

参数

x
NFloat

返回

NFloat

对等的 x估计。

实现

适用于