NFloat.RootN(NFloat, Int32) Metoda

Definice

Vypočítá n-tý kořen hodnoty.

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

Parametry

x
NFloat

Hodnota, jejíž n-th kořen má být vypočtena.

n
Int32

Stupeň kořenového adresáře, který se má vypočítat.

Návraty

- ntý kořen pro x.

Implementuje

Platí pro