System

A System of units of measure.

Members

other :Array.<Unit>

A list of all "other" (non-defining) Units in the System. An example of this type of Unit would be the kilometer: it is part of the SI System, but is not defining part of the System as the meter is.

Methods

allUnits() → {Array.<Unit>}

Returns an array of all Unit types in the system.
Returns:
Array.<Unit>

name() → {string}

Returns the name of the System.
Returns:
string

toString() → {string}

Returns the name of the System.
Returns:
string