IExponentialFunctions<TSelf>.Exp(TSelf) Methode

Definition

Computevorgänge werden E auf eine bestimmte Leistung angehoben.

public:
 static TSelf Exp(TSelf x);
public static abstract TSelf Exp (TSelf x);
static member Exp : 'Self -> 'Self
Public Shared Function Exp (x As TSelf) As TSelf

Parameter

x
TSelf

Die Macht, auf die E erhöht wird.

Gibt zurück

TSelf

E wird auf die Potenz von xerhöht.

Gilt für: