IPowerFunctions<TSelf>.Pow(TSelf, TSelf) 方法 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算提高到给定幂的值。
public:
 static TSelf Pow(TSelf x, TSelf y);public static abstract TSelf Pow(TSelf x, TSelf y);static member Pow : 'Self * 'Self -> 'SelfPublic Shared Function Pow (x As TSelf, y As TSelf) As TSelf参数
- x
- TSelf
被提升为 的 x幂的值。
- y
- TSelf
所引发的 x 幂。
返回
		TSelf
		
	
	
              x 将 提升为 的 y幂。