-

ROR

Type Function
Description Performs a bitwise right rotation on the operand connected to the input IN. N specifies the number of bits to be rotated.
Notes
  • Overloaded function. The function can operate on various input data types.
  • When rotating 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 right rotation of 3 bits
Additional information EN/ENO behavior