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

实现

适用于