true
if the input is non-zero, and false
if the input is zero.
a
(integer, default: 0): The integer value to convert to a boolean.result
(boolean): The boolean result of the conversion.a
input of the To Boolean (Integer) node.true
if the input value is non-zero, and false
if the input value is zero.result
output to the desired destination node.true
since 42 is non-zero.true
, while only zero will result in false
.