ProtoFlux:Shift Right

From Resonite Wiki
Revision as of 17:40, 29 June 2024 by AmasterAmaster (talk | contribs) (Created a page for the Shift Right node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
> >
A
*
Shift
Boolean

The Shift Right node takes in a value we want to shift (using a bitwise operation) and the amount we want to shift by to the right, and returns the new shifted value. Shifting is the act of moving the bits in a byte in a direction, and when shifting, the bits that fall outside the bounds will be lost.

Inputs

A (Pseudo-Generic)

The value we want to shift.

Shift (int)

The amount to shift this value by to the right.

Outputs

* (Pseudo-Generic)

The new shifted value.

Further Reading

Videos

See Also