Library | Module

Class pfcUnitConversionFactor



Description

This class describes how a unit is related to its reference unit.



Property Summary

/* optional */ numberOffset
The offset value applied to values in the reference unit.
numberScale
The scale applied to values in the reference unit to get the value in the actual unit.



Method Summary

static pfcUnitConversionFactorCreate (number Scale)
Creates a new unit conversion factor object.



Property Detail


/* optional */ numberOffset

The offset value applied to values in the reference unit.




numberScale

The scale applied to values in the reference unit to get the value in the actual unit.





Method Detail


static pfcUnitConversionFactorCreate (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.