Process Designer : Process Designer : Process Designer : Process Designer Model Tools : Comparison Tools
 

Comparison Tools

Process Designer has several tools for comparing numbers. This is useful for branching a process depending on the result of the comparison. Each comparison produces a boolean value depending on how the input “X” compares to the input “Y”. The following tools are available, each one returning true if the comparison is true and false if it is not:

Equal to Number: “X” = “Y”

Not equal to Number: “X” ≠ “Y”

Greater than Number: “X” > “Y”

Greater than or equal to Number: “X” ≥ “Y”

Less than Number: “X” < “Y”

Less than or equal to Number: “X” ≤ “Y”.