Format
A >> B
Returns
The bits of A shifted right B times.
A and B must be between 0 and 2**24 - 1, giving an effective width of 24 bits.
Bits shifted below the 24 low bits are lost.
A >> B
The bits of A shifted right B times.
A and B must be between 0 and 2**24 - 1, giving an effective width of 24 bits.
Bits shifted below the 24 low bits are lost.