Last updated on
Jul 13, 2023
Compare integer
In: Substance Model graph/Operation
Simple
Description
The Compare integer node performs the comparison operation set by the user on two input Integer values x
and y
, and outputs the result as a Boolean value.
Parameters
- Operator Integer
The operation applied to the input values- Equal
x = y
- Not equal
x != y
- Greater than
x > y
- Greater or equal
x >= y
- Less than
x < y
- Less or equal
x <= y
- Equal
- Left hand side argument Integer
The first argumentx
of the comparison - Right hand side argument Integer
The second argumenty
of the comparison
Example Images