IRootFunctions<TSelf>.Cbrt(TSelf) Método

Definición

Calcula la raíz del cubo de un valor.

public:
 static TSelf Cbrt(TSelf x);
public static abstract TSelf Cbrt (TSelf x);
static member Cbrt : 'Self -> 'Self
Public Shared Function Cbrt (x As TSelf) As TSelf

Parámetros

x
TSelf

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

Devoluciones

TSelf

Raíz del cubo de x.

Se aplica a