IExponentialFunctions<TSelf>.Exp10(TSelf) 方法

定義

10計算會引發至指定電源。

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

參數

x
TSelf

所引發的 10 乘冪。

傳回

TSelf

10x

適用於