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計算される値。

n
Int32

計算するルートの次数。

戻り値

TSelf

n-th ルート x

適用対象