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

Definition

Beräknar ett värde som har upphöjts till en viss effekt.

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

Parametrar

x
TSelf

Värdet som höjs till kraften i x.

y
TSelf

Kraften som x höjs.

Returer

TSelf

x upphöjt till kraften i y.

Gäller för