Datasegment.com Online Dictionary
  Online Dictionary : B : bitwise complement

bitwise complement


1 definition found

bitwise complement - Free On-line Dictionary of Computing (26 May 2007) :

  bitwise complement
  
     The bitwise complement of a bit field is a bit field of the
     same length but with each zero changed to a one and vice
     versa.  This is the same as the ones complement of a binary
     integer.
  
     (1994-11-14)