Category > Bitwise operators xHarbour Developers Network  

 
ItemDescription
& (bitwise AND)Bitwise AND operator (binary): performs a logical AND operation.
<<Left-shift operator (binary): shifts bits to the left.
>>Right-shift operator (binary): shifts bits to the right.
ˆˆBitwise XOR operator (binary): performs a logical XOR operation.
| (bitwise OR)Bitwise OR operator (binary): performs a logical OR operation.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe