ceil method

int ceil()

Returns the smallest integer value not less than this value.

Implementation

int ceil() => _ceilToInteger().toInt();