There are two double(decimal) types:
1) DOUBLETYPE - only number
2) UNITDOUBLE - this data type has extra information about which unit is there, but we don't have this info in output
Example: var strokeDoubleType = desc.getUnitDoubleType(stringIDToTypeID('strokeStyleLineWidth'));
There are two double(decimal) types: 1) DOUBLETYPE - only number 2) UNITDOUBLE - this data type has extra information about which unit is there, but we don't have this info in output
Example: var strokeDoubleType = desc.getUnitDoubleType(stringIDToTypeID('strokeStyleLineWidth'));