Reference

Components
Int Shift Left
Description
Shifts the bits in the first input to the left by the number in the second input. This is equivalent to multiplying the first input by 2 raised to the
power of the second input.
Connectors
Inputs Type Outputs Type
Int value to shift left
Int Shifted value
Int
Number of bits to shift by
Int
176 of 494