Internet Direct (Indy) Version 9.0.2 Beta
ROR
Calculates a rotated-right value.

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.