aggregate

open fun aggregate(aggregation: Double): UnitBuilder<U>

Helper for defining units that are a scalar multiple of the base unit, such as kilometers being 1000x of the base unit (meters).

Return

the unit builder, for continued chaining

Parameters

aggregation

the magnitude required for a measure in the base unit to equal a magnitude of 1 in the derived unit