Reference
Components
Int Shift Right
Description
Shifts the bits in the first input to the right by the number in the second input. This is equivalent to dividing the first input by 2 raised to the
power of the second input.
Connectors
Inputs Type Outputs Type
Int value to shift right
Int Shifted value
Int
Number of bits to shift by
Int
177 of 494