NFloat.ExpM1(NFloat) 方法

定義

E計算會引發至指定的乘冪,並減去一個。

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

實作

適用於