Bagikan melalui


NFloat.RootN(NFloat, Int32) Metode

Definisi

Menghitung akar nilai ke-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

Parameter

x
NFloat

Nilai yang nakar -th-nya akan dihitung.

n
Int32

Tingkat akar yang akan dihitung.

Mengembalikan

Akar n-th dari x.

Penerapan

Berlaku untuk