NFloat.Exp(NFloat) Metodo

Definizione

Calcoli E generati a una determinata potenza.

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

Parametri

x
NFloat

Il potere a cui E viene generato.

Restituisce

E cresciuto alla potenza di x.

Implementazioni

Si applica a