x>>n, Bitwise Right-Shift

Description: Bitwise right-shift operator. Shifts x, a 64-bit (BIGINT) number, n bits to the right.

Example:

  • 8 >> 2 returns 2.

See also: <<

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.135.248.37