IRootFunctions<TSelf>.RootN(TSelf, Int32) 方法

定义

计算值的 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

适用于