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

实现

适用于