Negation - !expr

Logical nodes

ConditionValue

Released in version:

1.0.14

Flutter/Dart link:

The "Negation - !expr" node is a logical node used to negate (or invert) the value of a boolean. Therefore if the current value is true, the result is false, and if the value is false, the result is true.

Check the table below with the results of this node:

Item1Result

False

True

True

False

Inputs

Input NameCanvas RequiredTypeDescription

value

Bool

Value to apply negation

Outputs

Output NameCanvas RequiredTypeDescription

result

Bool

Result from applying the negation operator to "value" input

Last updated