toggle menu
Kotools Types
5.2.0
common
switch theme
search in API
types
/
kotools.types.number
/
times
times
operator
fun
Int
.
times
(
other
:
AnyInt
)
:
Int
operator
fun
AnyInt
.
times
(
other
:
Int
)
:
Int
operator
fun
AnyInt
.
times
(
other
:
AnyInt
)
:
Int
Multiplies this integer by the
other
one.
Since
4.1.0