Double.Exp(Double) Methode

Definition

E Berechnet, die auf eine bestimmte Leistung ausgelöst wird.

public:
 static double Exp(double x) = System::Numerics::IExponentialFunctions<double>::Exp;
public static double Exp(double x);
static member Exp : double -> double
Public Shared Function Exp (x As Double) As Double

Parameter

x
Double

Die Macht, auf die E sich gehoben wird.

Gibt zurück

E wird auf die Macht von x.

Implementiert

Gilt für: