Package-level declarations
Types
Units to measure computer storage, bandwidth, etc..
Units for measuring graphics display distances (i.e. distances on the surface of a display).
The inverse of a given Units.
Base class for all types that can represent a unit of measure. A Units type can have multiple "members", each being some fraction of the base unit for that type. Time for example, might have seconds as the base unit and minute as a unit that is 60 times the base unit. This allows for a set of different representations of the unit.
Inherited properties
Functions
Inherited functions
A / B
A / (A / B) == A * (B / A)
(A * B) / A
(A * B) / B
(A * A) / A
(A * B) / (C * B)
(A * B) / (C * A)
(A * B) / (B * C)
(A * B) / (A * C)
(A * B) / (A * A)
(A * B) / (A * B)
(A * B) / (B * A)
(A * B) / (B * B)
A * B
A * (1 / B)
A * (1 / A^2)
A * (B / A)
Sort Length before Time which is conventional.
(A / B) * B
(A / B) * (A / B)
(A / B) * (B / A))
(A / B) * (C / D))
(A / (B * C)) * B
(A / (B * C)) * D)