IRootFunctions<TSelf>.RootN(TSelf, Int32) Metoda

Definicja

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

public:
 static TSelf RootN(TSelf x, int n);
public static abstract TSelf RootN (TSelf x, int n);
static member RootN : 'Self * int -> 'Self
Public Shared Function RootN (x As TSelf, n As Integer) As TSelf

Parametry

x
TSelf

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

n
Int32

Stopień konta głównego do obliczenia.

Zwraca

TSelf

- nth root elementu x.

Dotyczy