function ROR(val: LongWord; shift: Byte): LongWord;
Parameters
val: LongWord
The value to rotated right.
shift: Byte
The number of bits to be rotated.
Returns
LongWord - The result of the rotate-right operation.
Description
ROR is a LongWord function that returns the LongWord value calculated as the Val parameter rotated right by the number of bit positions specified in the shift parameter.