decimal Proportion Range
fun decimalProportionRange(range: ClosedRange<Double>): ClosedRange<Measurement<UnitProportion.DecimalProportion>>
Creates a ClosedRange of Proportion Measurements from a Double range representing a decimal proportion (e.g., 0.0 to 1.0).