floorDiv

inline fun floorDiv(other: UByte): UInt(source)
inline fun floorDiv(other: UShort): UInt(source)
inline fun floorDiv(other: UInt): UInt(source)
inline fun floorDiv(other: ULong): ULong(source)

Divides this value by the other value, flooring the result to an integer that is closer to negative infinity.

For unsigned types, the results of flooring division and truncating division are the same.

Since Kotlin

1.5