plus

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

Adds the other value to this value.

Since Kotlin

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

Adds the other value to this value.

Since Kotlin

1.0