floorToDouble method
Returns the greatest integer value no greater than this.
The result is a double.
Implementation
double floorToDouble() => floor().toDouble();
Returns the greatest integer value no greater than this.
The result is a double.
double floorToDouble() => floor().toDouble();