Skip to main content
All docs
V25.1
  • DifferenceBinding Constructors

    Defines the difference calculation between values across a window.
    Name Parameters Description
    DifferenceBinding() none Initializes a new instance of the DifferenceBinding class.
    DifferenceBinding(DataBindingBase, CalculationPartitioningCriteria, CalculationDirection, DifferenceTarget, DifferenceType) source, mode, direction, target, type Initializes a new instance of the DifferenceBinding class with specified settings.
    DifferenceBinding(DataBindingBase, CalculationPartitioningCriteria, DifferenceTarget, DifferenceType) source, mode, target, type Initializes a new instance of the DifferenceBinding class with specified settings.
    See Also