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に引き上げました。

適用対象