[boolean/Not]
Performs a boolean NOT operation on the value received via input a
.
Example:
false@0 is received via a
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
.