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
-th 根的值。
- n
- Int32
要计算的根的度数。
返回
TSelf
的 n
-th 根 x
。