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

Definizione

Calcola la radice n-th di un valore.

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

Parametri

x
TSelf

Valore la cui nradice -th deve essere calcolata.

n
Int32

Grado della radice da calcolare.

Restituisce

TSelf

Radice n-th di x.

Si applica a