34,333
edits
Changes
→Bitwise Operators
<tt>10101011 Left Shift one bit</tt><br>
<tt>========</tt><br>
<tt>10101011001010110</tt>
In Objective-C the bitwise left shift operator is represented by the '<<' sequence, followed by the number of bit positions to be shifted. For example, to shift left by 1 bit: