kmath
common
kmath-core
/
space.kscience.kmath.operations
/
ByteRing
/
add
add
common
open
inline override
fun
add
(
left
:
Byte
,
right
:
Byte
)
:
Byte
Content copied to clipboard
Addition of two elements.
Return
the sum.
Parameters
left
the augend.
right
the addend.
Sources
common source
Link copied to clipboard