Performs a logical shift on an integer being used as a bit field. The bits that are shifted out are removed, and the bits that are shifted in are all 0.
Flags |
An integer value being used as a bit field. Use Set Flags to store bit values in an integer. |
Shift |
The number of bits to shift. Use positive values to shift to the left, and negative values to shift to the right. |