ROL
Calculates a rotated-left value.
function ROL(AVal: LongWord; AShift: Byte): LongWord;
Unit
Parameters
shift
The number of bits to be rotated.
val
Return Value
LongWord - The value of the rotation.
Description
ROL is a LongWord function that returns the LongWord value calculated as the Val parameter rotated left by the number of bit positions specified in the shift parameter.