IPowerFunctions<TSelf>.Pow(TSelf, TSelf) Yöntem

Tanım

Belirli bir güce yükseltilmiş bir değeri hesaplar.

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

Parametreler

x
TSelf

üssüne xyükseltilen değerdir.

y
TSelf

x Güç yükseltilir.

Döndürülenler

TSelf

x üssüne yükseltildi y.

Şunlara uygulanır