kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
LongRing
/
plus
plus
open
inline operator override
fun
Long
.
plus
(
arg
:
Long
)
:
Long
(
source
)
Addition of two elements.
Receiver
the augend.
Return
the sum.
Parameters
arg
the addend.