div

inline operator fun div(other: UByte): UInt
inline operator fun div(other: UShort): UInt
inline operator fun div(other: UInt): UInt
inline operator fun div(other: ULong): ULong

Divides this value by the other value, truncating the result to an integer that is closer to zero.