kotlin.Float.plus

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.

© 2010–2017 JetBrains s.r.o.
Lic