times

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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned short to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned integer to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned long to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned short to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned integer to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned long to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned short to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned integer to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned long to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned short to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned integer to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned long to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The byte to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The short to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The int to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The long to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The short to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The int to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The long to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The short to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The int to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The long to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The unsigned byte to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The short to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The int to multiply with


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

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

Return

The product of the two numbers

Since

0.1.0

Parameters

other

The long to multiply with