ceil method

int ceil()

Ceils this fraction to an integer.

Implementation

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