Overload | Description |
---|---|
UADataChangeFilter Constructor() | Initializes a new instance of the class with default data. |
UADataChangeFilter Constructor(Double) | Initializes a new instance of the class, specifying the absolute deadband value. |
UADataChangeFilter Constructor(UADataChangeTrigger) | Initializes a new instance of the class, specifying the data change trigger. |
UADataChangeFilter Constructor(UADeadbandType,Double) | Initializes a new instance of the class, specifying the deadband type, and deadband value. |
UADataChangeFilter Constructor(UADeadbandType,Double,UADataChangeTrigger) | Initializes a new instance of the class, specifying the deadband type, deadband value, and data change trigger. |
UADataChangeFilter Constructor(UADataChangeFilter) | Initializes a new copy of the object. |