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 一個根目錄。

實作

適用於