IExponentialFunctions<TSelf>.Exp10M1(TSelf) 方法

定義

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

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

參數

x
TSelf

所引發的 10 乘冪。

傳回

TSelf

10x - 1

適用於