kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
IntRing
/
times
times
open
inline operator override
fun
Int
.
times
(
arg
:
Int
)
:
Int
(
source
)
Multiplies this element by scalar.
Receiver
the multiplier.
Parameters
arg
the multiplicand.