IPowerFunctions<TSelf>.Pow(TSelf, TSelf) メソッド

定義

特定の累乗に引き上げられた値を計算します。

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

パラメーター

x
TSelf

の累乗 xに引き上げられる値。

y
TSelf

発生する x 電力。

戻り値

TSelf

x を の累乗 yに引き上げました。

適用対象