Go to the source code of this file.
Classes | |
class | Qualifier |
A ScaleUnit is defined by: A range for which the scaled value is between 0 & 1 A scaler which converts any value in its range to between 0 & 1 A qualifier which may be prefixed or suffixed onto the value NB: There are no base units as such. More... | |
class | PrefixQualifier |
A prefix qualifier is one of the form <QualifierToken><...>, e.g. 5.00. More... | |
class | SuffixQualifier |
A suffix qualifier is one of the form <...><QualifierToken>, e.g. 5.00%. More... | |
class | NullQualifier |
A suffix qualifier is one of the form <...><QualifierToken>, e.g. 5.00%. More... | |
class | ScaleUnit |
A ScaleUnit is defined by: A range for which the scaled value is between 0 & 1 A scaler which converts any value in its range to between 0 & 1 A qualifier which may be prefixed or suffixed onto the value NB: There are no base units as such. More... | |
class | UnitGroup |
A UnitGroup is a set of ScaleUnits that are interconvertible Notes: It is possible to violate the integrity of the UnitGroup by changing ScaleUnits included in the group. Kindly use the UpdateUnit method provided. More... | |
class | StandardUnit |
A class utility defining standard units for use as you please, although corrupting them may cause some annoyance. Notes: Contains only static members. See Also: class UnitGroup, class ScaleUnit. More... |