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 racine -th doit être calculée.

n
Int32

Degré de la racine à calculer.

Retours

- nth racine de x.

Implémente

S’applique à