Calculates a rotated-right value.
function ROR( AVal: LongWord; AShift: Byte ): LongWord;
Parameters |
Description |
val |
The value to rotated right. |
shift |
The number of bits to be rotated. |
LongWord - The result of the rotate-right operation.
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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|