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 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