NFloat.ExpM1(NFloat) メソッド

定義

特定の E 累乗に対して計算し、1 を減算します。

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

パラメーター

x
NFloat

発生する E 電力。

戻り値

Ex - 1

実装

適用対象