times

Common
JVM
JS
Native
1.0
operator fun times(other: Byte): Float
(Common source) (Native source)
operator fun times(other: Short): Float
(Common source) (Native source)
operator fun times(other: Int): Float
(Common source) (Native source)
operator fun times(other: Long): Float
(Common source) (Native source)
operator fun times(other: Float): Float
(Common source) (Native source)
operator fun times(other: Double): Double
(Common source) (Native source)

Multiplies this value by the other value.