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

Definição

Calcula a raiz do cubo de um 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

O valor cuja raiz de cubo deve ser computada.

Retornos

TSelf

A raiz do cubo de x.

Aplica-se a