Indy 9
ROR
See Also, Unit: IdGlobal
Calculates a rotated-right value.
function ROR(AVal: LongWord; AShift: Byte): LongWord;
Unit
IdGlobal
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.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.