div

inline operator fun Byte.div(other: UByte): Int(source)

Divide a byte and an unsigned byte to get an integer.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to divide with


inline operator fun Byte.div(other: UShort): Int(source)

Divide a byte and an unsigned short to get an integer.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned short to divide with


inline operator fun Byte.div(other: UInt): Long(source)

Divide a byte and an unsigned integer to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned integer to divide with


inline operator fun Byte.div(other: ULong): Long(source)

Divide a byte and an unsigned long to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned long to divide with


inline operator fun Short.div(other: UByte): Int(source)

Divide a short and an unsigned byte to get an integer.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to divide with


inline operator fun Short.div(other: UShort): Int(source)

Divide a short and an unsigned short to get an integer.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned short to divide with


inline operator fun Short.div(other: UInt): Long(source)

Divide a short and an unsigned integer to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned integer to divide with


inline operator fun Short.div(other: ULong): Long(source)

Divide a short and an unsigned long to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned long to divide with


inline operator fun Int.div(other: UByte): Int(source)

Divide an integer and an unsigned byte to get an integer.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to divide with


inline operator fun Int.div(other: UShort): Int(source)

Divide an integer and an unsigned short to get an integer.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned short to divide with


inline operator fun Int.div(other: UInt): Long(source)

Divide an integer and an unsigned integer to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned integer to divide with


inline operator fun Int.div(other: ULong): Long(source)

Divide an integer and an unsigned long to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned long to divide with


inline operator fun Long.div(other: UByte): Long(source)

Divide a long and an unsigned byte to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to divide with


inline operator fun Long.div(other: UShort): Long(source)

Divide a long and an unsigned short to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned short to divide with


inline operator fun Long.div(other: UInt): Long(source)

Divide a long and an unsigned integer to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned integer to divide with


inline operator fun Long.div(other: ULong): Long(source)

Divide a long and an unsigned long to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned long to divide with


inline operator fun UByte.div(other: Byte): Int(source)

Divide an unsigned byte and a byte to get a integer.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The byte to divide with


inline operator fun UByte.div(other: Short): Int(source)

Divide an unsigned byte and a short to get an integer.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The short to divide with


inline operator fun UByte.div(other: Int): Long(source)

Divide an unsigned byte and an int to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The int to divide with


inline operator fun UByte.div(other: Long): Long(source)

Divide an unsigned byte and a long to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The long to divide with


inline operator fun UShort.div(other: Byte): Int(source)

Divide an unsigned short and an unsigned byte to get an integer.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to divide with


inline operator fun UShort.div(other: Short): Int(source)

Divide an unsigned short and a short to get an integer.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The short to divide with


inline operator fun UShort.div(other: Int): Long(source)

Divide an unsigned short and an int to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The int to divide with


inline operator fun UShort.div(other: Long): Long(source)

Divide an unsigned short and a long to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The long to divide with


inline operator fun UInt.div(other: Byte): Long(source)

Divide an unsigned integer and an unsigned byte to get an integer.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to divide with


inline operator fun UInt.div(other: Short): Long(source)

Divide an unsigned integer and a short to get an integer.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The short to divide with


inline operator fun UInt.div(other: Int): Long(source)

Divide an unsigned integer and an int to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The int to divide with


inline operator fun UInt.div(other: Long): Long(source)

Divide an unsigned integer and a long to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The long to divide with


inline operator fun ULong.div(other: Byte): Long(source)

Divide an unsigned long and an unsigned byte to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to divide with


inline operator fun ULong.div(other: Short): Long(source)

Divide an unsigned long and a short to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The short to divide with


inline operator fun ULong.div(other: Int): Long(source)

Divide an unsigned long and an int to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The int to divide with


inline operator fun ULong.div(other: Long): Long(source)

Divide an unsigned long and a long to get a long.

Return

The quotient of the two numbers

Since

0.1.0

Parameters

other

The long to divide with