floor method

int floor()

Floors this fraction to an integer.

Implementation

int floor() => toDouble().floor();