plus

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

Adds the other value to this value.

Since Kotlin

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

Adds the other value to this value.

Since Kotlin

1.8