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幂。

实现

适用于