IExponentialFunctions<TSelf>.Exp(TSelf) Methode

Definitie

Berekeningen E die tot een bepaalde macht zijn verheven.

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

Parameters

x
TSelf

De macht waartoe E wordt verheven.

Retouren

TSelf

E verheven tot de macht van x.

Van toepassing op