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

实现

适用于