NFloat.Cbrt(NFloat) Método

Definición

Calcula la raíz del cubo de un valor.

public:
 static System::Runtime::InteropServices::NFloat Cbrt(System::Runtime::InteropServices::NFloat x) = System::Numerics::IRootFunctions<System::Runtime::InteropServices::NFloat>::Cbrt;
public static System.Runtime.InteropServices.NFloat Cbrt (System.Runtime.InteropServices.NFloat x);
static member Cbrt : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Cbrt (x As NFloat) As NFloat

Parámetros

x
NFloat

Valor cuya raíz de cubo se va a calcular.

Devoluciones

Raíz del cubo de x.

Implementaciones

Se aplica a