Half.RootN(Half, Int32) Méthode

Définition

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

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

Paramètres

x
Half

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

n
Int32

Degré de la racine à calculer.

Retours

- nth racine de x.

Implémente

S’applique à