replacing Values
fun <UnitType : Dimension> ClosedRange<Measurement<UnitType>>.replacingValues(values: ClosedRange<Double>): ClosedRange<Measurement<UnitType>>
Creates a new ClosedRange<Measurement<UnitType>> from a numeric range using the same unit type as this range.