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

定義

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

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

パラメーター

x
Single

ルートが計算される値 n

n
Int32

計算するルートの次数。

戻り値

n-th ルート x

実装

適用対象