IExponentialFunctions<TSelf>.Exp2M1(TSelf) 方法

定义

计算提升到给定幂的 2 ,并减去一个。

public:
 static override TSelf Exp2M1(TSelf x);
public static override 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

适用于