logical shift

A logical shift is a bitwise operation that moves the binary digits of a number to the left or right, while preserving the sign bit and inserting zeros into the shifted positions.

Requires login.