API Documentation > Classes > Class pfcUnitConversionFactor
Class pfcUnitConversionFactor
Description
This class describes how a unit is related to its reference unit.
User Guide References:
Property Summary
/* optional */ number
The offset value applied to values in the reference unit.
number
The scale applied to values in the reference unit to get the value in the actual unit.
Method Summary
Create (number Scale)
Creates a new unit conversion factor object.
Property Detail
/* optional */ number
Offset
The offset value applied to values in the reference unit.
number
Scale
The scale applied to values in the reference unit to get the value in the actual unit.
Method Detail
Create
(number Scale)
Creates a new unit conversion factor object.
Parameters:
Scale
The scale applied to values in the reference unit to get the value in the actual unit.
Returns:
The new object.
User Guide References:
Was this helpful?