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