Last updated on
Jul 13, 2023
If-Else float
In: Substance Model graph/Operation
Simple
Description
The If-Else float node outputs one of the input Float 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 Float
The Float value passed to the output if the Condition value is True - If condition is true Float
The Float value passed to the output if the Condition value is False
Example Images