Method ConvertToSI
ConvertToSI(UnitType, int, double)
Converts a value from a specified unit to SI unit.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
double ConvertToSI(UnitType inUnitType, int inUnitIndex, double inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| UnitType | inUnitType | Unit type. |
| int | inUnitIndex | Unit index. |
| double | inValue | Value in the specified unit to convert into SI unit. |
Returns
| Type | Description |
|---|---|
| double | Converted value. |
Remarks
This method is available since v7.6.