Double.Exp(Double) Methode

Definition

Computevorgänge werden E auf eine bestimmte Leistung angehoben.

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 erhöht wird.

Gibt zurück

E wird auf die Potenz von xerhöht.

Implementiert

Gilt für: