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

Definitie

Berekent een waarde die is verhoogd tot een bepaalde macht.

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

Parameters

x
TSelf

De waarde die tot de macht van x.

y
TSelf

De macht waartoe x wordt verheven.

Retouren

TSelf

x verheven tot de macht van y.

Van toepassing op