SHR_WORD (standard only)

 

This standard bit-string function performs a bitwise right 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 right shifting with N = 3 bits.

SHR_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 SHL_WORD standard function.