AND is an operator to perform a logical AND on the results returned by two relational operators.

Remarks

  1. This function is used in constraints only.
  2. Other operators are EQV, IMP, OR and XOR

Examples

In a contraint you can say: 

A>10 AND B<12 

Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview

  • No labels