The Not A block is used to invert the input value.
If the input value is true, false is returned. If the input value is false, true is returned.
Example A:
![library-logic-not-example-1](https://www.centrldesk.com/hs-fs/hubfs/library-logic-not-example-1.png?width=641&name=library-logic-not-example-1.png)
The result of the input value A 'true' is 'false'.
Example B:
![library-logic-not-example-2](https://www.centrldesk.com/hs-fs/hubfs/library-logic-not-example-2.png?width=641&name=library-logic-not-example-2.png)
The result of the input value A 'false' is 'true'.
Result:
Returns the inverted input value.
Tips and best practices:
-
Library:
Logic