Share via


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

Definisi

Menghitung nilai yang dinaikkan ke daya tertentu.

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

Nilai yang dinaikkan ke kekuatan x.

y
TSelf

Kekuatan yang x dinaikkan.

Mengembalikan

TSelf

x dinaikkan ke kekuatan y.

Berlaku untuk