Method UnitConvertTo
UnitConvertTo(double, UnitType)
Converts a value measured in the catalog units to another unit.
Declaration
public double UnitConvertTo(double value, Appli.UnitType destUnit)
Parameters
| Type | Name | Description |
|---|---|---|
| double | value | Value expressed in the catalog measurement unit. |
| Appli.UnitType | destUnit | Unit to convert to. |
Returns
| Type | Description |
|---|---|
| double | Value converted to a given unit. |