plus

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

Adds the other value to this value.

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

Adds the other value to this value.

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

Adds the other value to this value.