Single.Exp2(Single) 方法

定义

计算 2 提升到给定功率。

public:
 static float Exp2(float x) = System::Numerics::IExponentialFunctions<float>::Exp2;
public static float Exp2 (float x);
static member Exp2 : single -> single
Public Shared Function Exp2 (x As Single) As Single

参数

x
Single

引发 2 的力量。

返回

2x

实现

适用于