NFloat.Exp2(NFloat) 方法

定義

2計算會引發至指定電源。

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

參數

x
NFloat

所引發的 2 乘冪。

傳回

2x

實作

適用於