Not
[boolean/Not]
Performs a boolean NOT operation on the value received via input a
.
Example:
false@0 is received via
a
true@0 is sent via
not
Keywords: boolean, logical, not, invert
Input ports
a:
boolean
The value to be negated.
Output ports
not:
boolean
Sends the negated value of the input
a
.
Last updated