| Overload | Description |
|---|---|
| ConvertUnit(UnitTypeEnum) | Attempts to convert the current unit value to other unit of measurement.
Only absolute units can be converted. This method throws an exception if the conversion cannot be performed. |
| ConvertUnit(UnitTypeEnum,Single) | Attempts to convert the current unit value to other unit of measurement.
Only absolute units can be converted. This method throws an exception if the conversion cannot be performed. |
| ConvertUnit(Single,UnitTypeEnum,Single) | Attempts to convert the current unit value to other unit of measurement.
Only absolute units can be converted. This method throws an exception if the conversion cannot be performed. |