NFloat.Exp(NFloat) Método

Definição

Cálculos elevados E a uma determinada potência.

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

O poder para o qual E é elevado.

Retornos

E elevado ao poder de x.

Implementações

Aplica-se a