ceilPositive

fun ceilPositive(value: Float): Int

Returns the smallest integer greater than or equal to the specified float. This method will only properly ceil floats that are positive.