Share via


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

Definizione

Calcola un valore elevato a una determinata potenza.

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

Parametri

x
TSelf

Valore che viene elevato alla potenza di x.

y
TSelf

La potenza a cui x viene alzata.

Restituisce

TSelf

x elevato alla potenza di y.

Si applica a