Single.RootN(Single, Int32) Méthode

Définition

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

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

Paramètres

x
Single

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 à