IPowerFunctions<TSelf>.Pow(TSelf, TSelf) Methode

Definition

Berechnet einen Wert, der auf eine bestimmte Leistung angehoben wird.

public:
 static TSelf Pow(TSelf x, TSelf y);
public static abstract TSelf Pow (TSelf x, TSelf y);
static member Pow : 'Self * 'Self -> 'Self
Public Shared Function Pow (x As TSelf, y As TSelf) As TSelf

Parameter

x
TSelf

Der Wert, der auf die Stärke von xerhöht wird.

y
TSelf

Die Macht, zu der erhoben x wird.

Gibt zurück

TSelf

x wird auf die Macht von yerhoben.

Gilt für: