Half.RootN(Half, Int32) Metoda

Definicja

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

public:
 static Half RootN(Half x, int n) = System::Numerics::IRootFunctions<Half>::RootN;
public static Half RootN (Half x, int n);
static member RootN : Half * int -> Half
Public Shared Function RootN (x As Half, n As Integer) As Half

Parametry

x
Half

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

n
Int32

Stopień katalogu głównego do obliczenia.

Zwraca

Element n-th root elementu x.

Implementuje

Dotyczy