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

Définition

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

public:
 static override TSelf Exp2M1(TSelf x);
public static virtual TSelf Exp2M1 (TSelf x);
static member Exp2M1 : 'Self -> 'Self
Public Shared Overrides Function Exp2M1 (x As TSelf) As TSelf

Paramètres

x
TSelf

Puissance à laquelle 2 est élevé.

Retours

TSelf

2x - 1

S’applique à