IRootFunctions<TSelf>.RootN(TSelf, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算值的第 n 個根。
public:
static TSelf RootN(TSelf x, int n);
public static abstract TSelf RootN (TSelf x, int n);
static member RootN : 'Self * int -> 'Self
Public Shared Function RootN (x As TSelf, n As Integer) As TSelf
參數
- x
- TSelf
要計算其第一個根目錄的值 n
。
- n
- Int32
要計算之根目錄的程度。
傳回
TSelf
的 n
-th 根 x
。