stdlib
1.1
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JVM
JS
stdlib
/
kotlin
/
Float
/
times
times
JVM
JS
operator
fun
times
(
other
:
Byte
)
:
Float
(
source
)
operator
fun
times
(
other
:
Short
)
:
Float
(
source
)
operator
fun
times
(
other
:
Int
)
:
Float
(
source
)
operator
fun
times
(
other
:
Long
)
:
Float
(
source
)
operator
fun
times
(
other
:
Float
)
:
Float
(
source
)
operator
fun
times
(
other
:
Double
)
:
Double
(
source
)
Multiplies this value by the other value.
Since Kotlin
1.0
operator
fun
times
(
other
:
Byte
)
:
Float
(
source
)
operator
fun
times
(
other
:
Short
)
:
Float
(
source
)
operator
fun
times
(
other
:
Int
)
:
Float
(
source
)
operator
fun
times
(
other
:
Long
)
:
Float
(
source
)
operator
fun
times
(
other
:
Float
)
:
Float
(
source
)
operator
fun
times
(
other
:
Double
)
:
Double
(
source
)
Multiplies this value by the other value.
Since Kotlin
1.1