Double.RootN(Double, Int32) メソッド

定義

値の n 番目のルートを計算します。

public:
 static double RootN(double x, int n) = System::Numerics::IRootFunctions<double>::RootN;
public static double RootN (double x, int n);
static member RootN : double * int -> double
Public Shared Function RootN (x As Double, n As Integer) As Double

パラメーター

x
Double

ルートが n計算される値。

n
Int32

計算するルートの次数。

戻り値

n-th ルート x

実装

適用対象