IRootFunctions<TSelf>.RootN(TSelf, Int32) Méthode

Définition

Calcule la n-ième racine d’une valeur.

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

Paramètres

x
TSelf

Valeur dont nla racine -th doit être calculée.

n
Int32

Degré de la racine à calculer.

Retours

TSelf

- nth racine de x.

S’applique à