NFloat.RootN(NFloat, Int32) Método

Definición

Calcula la n.ª raíz de un valor.

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

Parámetros

x
NFloat

Valor cuya nraíz -th se va a calcular.

n
Int32

Grado de la raíz que se va a calcular.

Devoluciones

Raíz n-ésima de x.

Implementaciones

Se aplica a