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

實作

適用於