[top][index]
search for:

ZZ << ZZ -- shift bits leftward

Synopsis:

  • Operator: <<
  • Input:
  • an instance of class ZZ.
  • an instance of class ZZ.
  • i << j -- shifts the bits in the integer i leftward j places.

    i1 : 2 << 5

    o1 = 64

    See also:

  • >> -- shift bits rightward

  • [top][index]
    search for: