共用方式為


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

實作

適用於