NFloat.RootN(NFloat, Int32) Méthode

Définition

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

public:
 static System::Runtime::InteropServices::NFloat RootN(System::Runtime::InteropServices::NFloat x, int n) = System::Numerics::IRootFunctions<System::Runtime::InteropServices::NFloat>::RootN;
public static System.Runtime.InteropServices.NFloat RootN(System.Runtime.InteropServices.NFloat x, int n);
static member RootN : System.Runtime.InteropServices.NFloat * int -> System.Runtime.InteropServices.NFloat
Public Shared Function RootN (x As NFloat, n As Integer) As NFloat

Paramètres

x
NFloat

Valeur dont nla -ième racine doit être calculée.

n
Int32

Degré de calcul de la racine.

Retours

La n-ième racine de x.

Implémente

S’applique à