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 乘冪。

實作

適用於