View Single Post
Seta00
The Seta00 user has crashed.
Join Date: Jan 2010
Location: Berlin
Old 10-07-2010 , 09:42   Re: [TUT] Bits, Bit-fields, and Bit-wise Operators
Reply With Quote #12

number << X = number * 2^X
number >> X = number / 2^X

And they are faster than normal math operations.
Seta00 is offline