Single.RootN(Single, Int32) Metoda

Definice

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

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

Parametry

x
Single

Hodnota, jejíž n-th root se má vypočítat.

n
Int32

Stupeň výpočtu kořene.

Návraty

- nth root of x.

Implementuje

Platí pro