denominateBy
infix fun <Quantity : PhysicalQuantity, System : MeasurementSystem, Unit : SystemScientificUnit<System, Quantity>> Unit.denominateBy(denominators: List<SystemScientificUnit<System, Quantity>>)
Sets the denominator SystemScientificUnit of a given SystemScientificUnit When formatting this unit, it will be split up into the denominator units (including the unit itself).
Parameters
denominators
the list of SystemScientificUnit to denominate the unit into
Type Parameters
Quantity
the PhysicalQuantity of the unit to denominate
System
the MeasurementSystem of the unit to denominate
Unit
the SystemScientificUnit to denominate