Default

constructor(vararg units: LengthUnit)(source)


constructor(    units: Set<LengthUnit>,     mantissas: Set<Int> = setOf(1, 2, 5),     lowerBound: Length = 100.centimeters,     upperBound: Length = 50000.kilometers)(source)

Parameters

units

the units to generate stops for.

mantissas

the mantissas to generate stops for. Must be single digit positive integers.