Half.RootN(Half, Int32) Metodo

Definizione

Calcola la radice n-th di un valore.

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

Parametri

x
Half

Valore la cui nradice -th deve essere calcolata.

n
Int32

Grado della radice da calcolare.

Restituisce

Radice n-th di x.

Implementazioni

Si applica a