OCLOperators And
(Created page with "This operator is represented by the keyword "and" and evaluates to true only if both of its operands are true. For example, if "a" and "b" are Boolean expressions, then "a and...")
 
No edit summary
Line 1: Line 1:
This operator is represented by the keyword "and" and evaluates to true only if both of its operands are true. For example, if "a" and "b" are Boolean expressions, then "a and b" will be true only if both "a" and "b" are true.
This operator is represented by the keyword "and" and evaluates to true only if both of its operands are true. For example, if "a" and "b" are Boolean expressions, then "a and b" will be true only if both "a" and "b" are true.
[[Category:OCL Boolean Operators]]

Revision as of 06:15, 20 April 2023

This operator is represented by the keyword "and" and evaluates to true only if both of its operands are true. For example, if "a" and "b" are Boolean expressions, then "a and b" will be true only if both "a" and "b" are true.

This page was edited 98 days ago on 02/10/2024. What links here