NFloat.Exp(NFloat) 方法

定義

E計算會引發至指定電源。

public:
 static System::Runtime::InteropServices::NFloat Exp(System::Runtime::InteropServices::NFloat x) = System::Numerics::IExponentialFunctions<System::Runtime::InteropServices::NFloat>::Exp;
public static System.Runtime.InteropServices.NFloat Exp (System.Runtime.InteropServices.NFloat x);
static member Exp : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Exp (x As NFloat) As NFloat

參數

x
NFloat

所引發的 E 乘冪。

傳回

E 引發至的 x乘冪。

實作

適用於