NFloat.Exp2M1(NFloat) 方法

定義

計算 2 引發至指定電源,並減去一個。

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

傳回

NFloat

2 x - 1

實作

適用於