IExponentialFunctions<TSelf>.Exp2M1(TSelf) 方法

定義

2計算會引發至指定的乘冪,並減去一個。

public:
 static override TSelf Exp2M1(TSelf x);
public static virtual TSelf Exp2M1 (TSelf x);
static member Exp2M1 : 'Self -> 'Self
Public Shared Overrides Function Exp2M1 (x As TSelf) As TSelf

參數

x
TSelf

所引發的 2 乘冪。

傳回

TSelf

2x - 1

適用於