IExponentialFunctions<TSelf>.Exp(TSelf) メソッド

定義

コンピューティング E 特定の累乗に引き上げられます。

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

パラメーター

x
TSelf

Eが発生する電力。

返品

TSelf

E は、 xの力に引き上げられます。

適用対象