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
| |
| |
| |
| Creates a new unit conversion factor object. |
Property Detail
/* optional */ number | Offset | |
The offset value applied to values in the reference unit.
The scale applied to values in the reference unit to get the value in the actual unit.
Method Detail
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: