NFloat.RootN(NFloat, Int32) 方法

定義

計算值的第 n 個根目錄。

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

參數

x
NFloat

要計算其 n第一個根目錄的值。

n
Int32

要計算之根目錄的程度。

傳回

的第nx一個根目錄。

實作

適用於