Kotools Types
4.5.1
4.5.3
4.5.2
4.5.1
4.5.0
4.4.2
4.3.1
4.2.0
4.1.0
4.0.1
3.2.0
2.0.0
1.3.1
common
types
/
kotools.types.number
/
times
times
@
Since
(
version
=
KotoolsTypesVersion.V4_1_0
)
operator
fun
Int
.
times
(
other
:
AnyInt
)
:
Int
@
Since
(
version
=
KotoolsTypesVersion.V4_1_0
)
operator
fun
AnyInt
.
times
(
other
:
Int
)
:
Int
@
Since
(
version
=
KotoolsTypesVersion.V4_1_0
)
operator
fun
AnyInt
.
times
(
other
:
AnyInt
)
:
Int
Multiplies this integer by the
other
one.