API Documentation > Classes > Interface IpfcUnitConversionFactor
Interface IpfcUnitConversionFactor
Description
This class describes how a unit is related to its reference unit.
User Guide References:
Property Summary
Property
as Double [optional]
The offset value applied to values in the reference unit.
Property
as Double
The scale applied to values in the reference unit to get the value in the actual unit.
Method Summary
Function
Creates a new unit conversion factor object.
Property Detail
Property
Offset
as Double [optional]
The offset value applied to values in the reference unit.
Property
Scale
as Double
The scale applied to values in the reference unit to get the value in the actual unit.
Method Detail
Function
CCpfcUnitConversionFactor.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.
Was this helpful?