NFloat.Exp2M1(NFloat) メソッド

定義

特定の 2 累乗に対して発生した計算を行い、1 を減算します。

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

パラメーター

x
NFloat

発生する 2 べき乗。

戻り値

2x - 1

実装

適用対象