SHL_WORD (standard only)

 

This standard bit-string function performs a bitwise left shift operation on the standard WORD operand connected to the IN input. N specifies the number of bits to be shifted.

The following rules apply:

Example: bitwise left shifting with N = 3 bits.

SHL_WORD.png

Parameter

Data types

Description

IN

WORD

Input value

N

INT

Number of bits to be shifted

OUT

WORD

Shifted output value

Further Information

See also the SHR_WORD standard function.