kmath-core
/
space.kscience.kmath.operations
/
IntRing
/
multiply
common
multiply
open inline override fun
multiply
(a:
Int
, b:
Int
):
Int
Content copied to clipboard
Multiplies two elements.
Parameters
a
the multiplier.
b
the multiplicand.