IB Statements/num
From CometWiki
(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 (...)
Newer edit →
(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 (...)
Newer edit →
Revision as of 09:26, 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).