Interface | Description |
---|---|
UnitConverter |
Interface for converting values between two units.
|
Class | Description |
---|---|
IdentityUnitConverter |
A unit "converter" that doesn't modify the values.
|
LinearUnitConverter |
A linear unit converter is a converter implementation were all units
can be converted to another unit using a multiplication factor and/or an
offset.
|
UnitCache |
Helper class for optimized lookup of units by symbol.
|
UnitCache.CacheKey |
Units are cached by (quantity,symbol) combination.
|
UnitUtil |
A utility class for working with
Unit :s. |