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

計算するルートの次数。

返品

nxのルート。

実装

適用対象