plus

Common
JVM
JS
Native
1.0
operator fun plus(other: Byte): Int
(Common source) (Native source)
operator fun plus(other: Short): Int
(Common source) (Native source)
operator fun plus(other: Int): Int
(Common source) (Native source)
operator fun plus(other: Long): Long
(Common source) (Native source)
operator fun plus(other: Float): Float
(Common source) (Native source)
operator fun plus(other: Double): Double
(Common source) (Native source)

Adds the other value to this value.