plus

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

Adds the other value to this value.

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

Adds the other value to this value.

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

Adds the other value to this value.