Last updated on
Jul 13, 2023
If-Else integer
In: Substance Model graph/Operation
Simple
Description
The If-Else integer node outputs one of the input Integer values depending on the input Boolean value passed to the Condition input, using a simple if-else statement.
Parameters
- Condition Boolean
The condition evaluated in the if-else statement - If condition is true Integer
The Integer value passed to the output if the Condition value is True - If condition is true Integer
The Integer value passed to the output if the Condition value is False
Example Images