plus

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

Adds the other value to this value.

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.

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

Adds the other value to this value.