MathF.Exp(Single) 方法

定义

返回 e 引发到指定的电源。

public:
 static float Exp(float x);
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 的力量

注解

e 是一个数学常量,其值约为 2.71828。

使用 Pow 方法计算其他基数的幂。

ExpLog的反函数。

此方法调用基础 C 运行时,确切的结果或有效输入范围在不同操作系统或体系结构之间可能有所不同。

适用于

另请参阅