static fun roundUp(number: Long, roundUpToMultipleOf: Long): Long
static fun roundUp(number: Int, roundUpToMultipleOf: Int): Int