kotlin.Byte.times
times
operator fun times(other: Byte): Int
operator fun times(other: Short): Int
operator fun times(other: Int): Int
operator fun times(other: Long): Long
operator fun times(other: Float): Float
operator fun times(other: Double): Double
Multiplies this value by the other value.
© 2010–2017 JetBrains s.r.o.<