plus

operator fun plus(other: Numbers<*>): Numbers<Number>

Adds this and another primitive numeric profile.


operator fun plus(n: Number): Numbers<Number>

Adds this a constant number.


operator fun plus(other: Real): Real

Adds this and a linear profile.