UnitsUtilities Methods |
The UnitsUtilities type exposes the following members.
| Name | Description | |
|---|---|---|
| GetUnitString |
Gets the short name of a unit type.
| |
| TranslateToCurrentUnits |
Translates a raw float data (unity units) to the currently selected units (m, cm, ft or inches)
| |
| TranslateToCurrentUnitsString |
Translates a raw float data (unity units) to the currently selected units and converts to string.
| |
| TranslateToUnitsAndRound |
Does TranslateToCurrentUnits(Single) and then RoundValueWithPrecision(Single).
|