IExponentialFunctions<TSelf>.Exp2M1(TSelf) Methode

Definition

2 Berechnet auf eine bestimmte Leistung und subtrahiert eine.

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

Parameter

x
TSelf

Die Macht, auf die 2 erhöht wird.

Gibt zurück

TSelf

2x - 1

Gilt für: