Bit Shift Flags

 
 
 

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.

Category: Binary Flags

Output Ports: Result

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.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License