[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
Not
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
Not
Not
A unary logical operator which returns True if the element in the operation is False, and False if the element in the operation is true. Thus, using 1 to represent a value of True and 0 to represent a value of False, the possible outcomes of an Not operation are presented in the following table:Not 0 = 1 Not 1 = 0
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
