plus

operator fun plus(other: Byte): Int
operator fun plus(other: Short): Int
operator fun plus(other: Int): Int
operator fun plus(other: Long): Long
operator fun plus(other: Float): Float
operator fun plus(other: Double): Double

Adds the other value to this value.

operator fun plus(other: Byte): Int(source)
operator fun plus(other: Short): Int(source)
operator fun plus(other: Int): Int(source)
operator fun plus(other: Long): Long(source)
operator fun plus(other: Float): Float(source)
operator fun plus(other: Double): Double(source)

Adds the other value to this value.

inline operator fun plus(other: Byte): Int
inline operator fun plus(other: Short): Int
inline operator fun plus(other: Int): Int
inline operator fun plus(other: Long): Long
inline operator fun plus(other: Float): Float
inline operator fun plus(other: Double): Double

Adds the other value to this value.