Share via


NFloat.Exp(NFloat) Método

Definición

E Calcula elevado a una potencia determinada.

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

Parámetros

x
NFloat

Potencia a la que E se eleva.

Devoluciones

E elevado a la potencia de x.

Implementaciones

Se aplica a