Skip to main content
Version: 5.x

Nodes > Math > Relational > Conditional

Conditional

Returns the False input if the passed in Bool value is 0, returns the True input otherwise.

Inputs

NameTypeDescription
BoolfloatCondition to check
TruefloatValue returned if condition is not 0
FalsefloatValue returned if condition is 0

Outputs

NameTypeDescription
( Bool ? True : False )floatValue returned
Was this page helpful?
Yes
No