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