Searched defs:ceilToInt (Results 1 – 2 of 2) sorted by relevance
190 internal fun Float.ceilToInt(): Int = ceil(this).toInt() method
655 internal fun Float.ceilToInt(): Int = ceil(this).toInt() method