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幂。

实现

适用于