ZZ >> ZZ
i >> j
-- shifts the bits in the integer i rightward j places.
i1 = 256 >> 5 o1 = 8
See also
<<
.
Go to
main index
.
Go to
concepts index
.