floorToDouble method

double floorToDouble()

Returns the greatest integer value no greater than this.

The result is a double.

Implementation

double floorToDouble() => _rational.floorToDouble();