Not

[boolean/Not]


Performs a boolean NOT operation on the value received via input a. Example:

  1. false@0 is received via a

  2. 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