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

实现

适用于