plus

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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned short to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned integer to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned long to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned short to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned integer to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned long to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned short to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned integer to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned long to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned short to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned integer to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned long to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The byte to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The short to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The int to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The long to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The short to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The int to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The long to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The short to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The int to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The long to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The short to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The int to add


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

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

Return

The sum of the two numbers

Since

0.1.0

Parameters

other

The long to add