LengthUnit
open class LengthUnit @JvmOverloads constructor(val metersPerUnit: Double, val symbol: String, squaredUnit: AreaUnit? = null) : UnitOfMeasure, Comparable<LengthUnit> (source)
Represents a unit of Length measurement.
See also
Functions
Link copied to clipboard
Link copied to clipboard
Multiplies two LengthUnits to produce an AreaUnit.