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