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

实现

适用于