-

SHL

Type Function
Description Performs a bitwise left shift operation on the operand connected to the input IN. N specifies the number of bits to be shifted. The empty bit positions are filled with zeros.
Notes
  • Overloaded function. The function can operate on various input data types.
  • When shifting with N < 0, the function delivers the output value 0 because the parameter N is always considered as an unsigned integer value.
Parameters Inputs

IN

N

Output

OUT
Error behaviorError behavior
Example Bitwise left shifting of 3 bits
Additional information EN/ENO behavior