Partager via


IExponentialFunctions<TSelf>.Exp(TSelf) Méthode

Définition

Calculs déclenchés E à une puissance donnée.

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

Paramètres

x
TSelf

Puissance à laquelle E est élevé.

Retours

TSelf

E élevé à la puissance de x.

S’applique à