Nodes > Math > Relational > Conditional
Returns the False input if the passed in Bool value is 0, returns the True input otherwise.
Inputs
Name | Type | Description |
---|---|---|
Bool | float | Condition to check |
True | float | Value returned if condition is not 0 |
False | float | Value returned if condition is 0 |
Outputs
Name | Type | Description |
---|---|---|
( Bool ? True : False ) | float | Value returned |
Was this page helpful?