Negation

Classification Images
Name:
Negation

Symbol:
NOT X
Appearance:

Appearance.
*Group:
Logical operators

CannyLab version:
from 0.6b
Icon:

Icon.
Inputs
Input Value
Value : Logical
Outputs
Output Value
Result: Logical

General description

In other words, the output will be:

  • “1” if and only if the input is “0”,
  • “0” if and only if the input is “1”.

Thus, Truth table operation is as followed:

Operation results
Value Result
0 1
1 0

Features

Using ‘Negation’ is equivalent to the use of logic inversion to the value of any functional block input or output.

Examples

Example 1:

Example 1.

Example 2:

Example 2.

SEE ALSO