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 -> 'Self
Public Shared Function Pow (x As TSelf, y As TSelf) As TSelf
參數
- x
- TSelf
值,這個值會引發至 的 x
乘冪。
- y
- TSelf
所引發的 x
乘冪。
傳回
TSelf
x
引發至的 y
乘冪。