Freigeben über


Single.Exp(Single) Methode

Definition

Berechnet E auf eine bestimmte Leistung erhöht.

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

Parameter

x
Single

Die Macht, auf die E angehoben wird.

Gibt zurück

E auf die Macht der x.

Implementiert

Gilt für: