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