plus

open operator override fun plus(other: Measure<out TemperatureUnit>): Temperature(source)

Adds another measure of the same unit type to this one.

Return

a measure of the sum of both measures

Parameters

other

the measurement to add