CWIMAQCompareOperators Enumeration

NI Vision for Visual Basic

CWIMAQCompareOperators Enumeration

CWIMAQCompareOperators are the constants for the Operator parameter of the Compare method. They indicate the comparison operator to use.

You can use the following constants with this data type:

  • cwimaqAverage—Average.
  • cwimaqClearIfEQ—Clear if equal.
  • cwimaqClearIfGT—Clear if greater than.
  • cwimaqClearIfGTEQ—Clear if greater than or equal to.
  • cwimaqClearIfLT—Clear if less than.
  • cwimaqClearIfLTEQ—Clear if less than or equal to.
  • cwimaqMax—Maximum.
  • cwimaqMin—Minimum.

See Also

CWIMAQVision.Compare