IB Statements/not
From CometWiki
< IB Statements(Difference between revisions)
Badge (Talk | contribs)
(New page: '''NOT function''' '''Discussion:''' The NOT function flips the bits in a numeric expression. '''Syntax:''' NOT(numeric-expression ) '''Example:''' B = NOT(A) If A = 01010101 (...)
(New page: '''NOT function''' '''Discussion:''' The NOT function flips the bits in a numeric expression. '''Syntax:''' NOT(numeric-expression ) '''Example:''' B = NOT(A) If A = 01010101 (...)
Latest revision as of 09:25, 22 May 2009
NOT function
Discussion: The NOT function flips the bits in a numeric expression.
Syntax: NOT(numeric-expression )
Example: B = NOT(A)
If A = 01010101 (binary), then B = 10101010 (binary).