Library | Module

Interface IpfcUnitConversionFactor



Description

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



Property Summary

PropertyOffsetas Double [optional]
The offset value applied to values in the reference unit.
PropertyScaleas Double
The scale applied to values in the reference unit to get the value in the actual unit.



Method Summary

FunctionCCpfcUnitConversionFactor.Create (Scale as Double) as IpfcUnitConversionFactor
Creates a new unit conversion factor object.



Property Detail


PropertyOffsetas Double [optional]

The offset value applied to values in the reference unit.




PropertyScaleas Double

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





Method Detail


FunctionCCpfcUnitConversionFactor.Create (Scale as Double) as IpfcUnitConversionFactor

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.