kotlin-stdlib / kotlin / UByte / div div Common JVM JS Native 1.0 operator fun div(other: UByte): UInt operator fun div(other: UShort): UInt operator fun div(other: UInt): UInt operator fun div(other: ULong): ULong Divides this value by the other value.