ROR
Calculates a rotated-right value.
function ROR(AVal: LongWord; AShift: Byte): LongWord;
Unit
Parameters
shift
The number of bits to be rotated.
val
The value to rotated right.
Return Value
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.