共用方式為


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 運行時間,而確切的結果或有效輸入範圍在不同的操作系統或架構之間可能會有所不同。

適用於

另請參閱