Single.Exp(Single) 方法 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算 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的力量。