IExponentialFunctions<TSelf>.Exp2(TSelf) 方法

定義

2計算會引發至指定乘冪。

public:
 static TSelf Exp2(TSelf x);
public static abstract TSelf Exp2 (TSelf x);
static member Exp2 : 'Self -> 'Self
Public Shared Function Exp2 (x As TSelf) As TSelf

參數

x
TSelf

所引發的 2 乘冪。

傳回

TSelf

2x

適用於