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幂。

适用于