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

実装

適用対象