plus

operator fun plus(other: Temperature): Temperature(source)

Adds other to this Temperature. This currently does not handle integer overflow.