Share via


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

实现

适用于