plus

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

Adds the other value to this value.

Since Kotlin

1.3