Single.RootN(Single, Int32) Metoda

Definicja

Oblicza n-ty element główny wartości.

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

Wartość, której n-th root ma zostać obliczona.

n
Int32

Stopień konta głównego do obliczenia.

Zwraca

- nth root elementu x.

Implementuje

Dotyczy