NFloat.Exp(NFloat) Méthode

Définition

Calculs déclenchés E à une puissance donné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

Paramètres

x
NFloat

Puissance à laquelle E est élevé.

Retours

E élevé à la puissance de x.

Implémente

S’applique à