values
Returns a ClosedRange<Double> with just the numeric values from a range of Measurements.
fun <UnitType : Dimension> ClosedRange<Measurement<UnitType>>.values(convertedTo: UnitType): ClosedRange<Double>
Returns numeric bounds converted to the specified unit first.