cubeVolume property
double
get
cubeVolume
Returns the cube volume with this number as radius.
Example: 2.cubeVolume -> 8.0
Implementation
double get cubeVolume => toDouble() * toDouble() * toDouble();
Returns the cube volume with this number as radius.
Example: 2.cubeVolume -> 8.0
double get cubeVolume => toDouble() * toDouble() * toDouble();