共用方式為


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的力量。

實作

適用於