plus

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

Adds the other value to this value.

Since Kotlin

1.0
actual operator fun plus(other: Byte): Float(source)
actual operator fun plus(other: Short): Float(source)
actual operator fun plus(other: Int): Float(source)
actual operator fun plus(other: Long): Float(source)
actual operator fun plus(other: Float): Float(source)
actual 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
actual inline operator fun plus(other: Byte): Float(source)
actual inline operator fun plus(other: Short): Float(source)
actual inline operator fun plus(other: Int): Float(source)
actual inline operator fun plus(other: Long): Float(source)
actual operator external fun plus(other: Float): Float(source)
actual inline operator fun plus(other: Double): Double(source)

Adds the other value to this value.

Since Kotlin

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

Adds the other value to this value.

Since Kotlin

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

Adds the other value to this value.

Since Kotlin

1.8