plus

abstract operator fun plus(right: T): T(source)

Adds the given value right to this value and returns the result.

Return

the result of adding the given value to this value

Parameters

right

the value to be added to this value