Single.Exp(Single) メソッド

定義

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

public:
 static float Exp(float x) = System::Numerics::IExponentialFunctions<float>::Exp;
public static float Exp (float x);
static member Exp : single -> single
Public Shared Function Exp (x As Single) As Single

パラメーター

x
Single

E が発生する電力。

戻り値

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

実装

適用対象