kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
IntRing
/
multiply
multiply
open
inline override
fun
multiply
(
left
:
Int
,
right
:
Int
)
:
Int
(
source
)
Multiplies two elements.
Parameters
left
the multiplier.
right
the multiplicand.