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

Définition

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

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

Paramètres

x
TSelf

Puissance à laquelle 2 est élevé.

Retours

TSelf

2x

S’applique à