next up previous contents index
Next: RSHIFTIND Up: Shifts Previous: LSHIFTIND   Contents   Index

RSHIFT

Stack Input: Integer

Stack Output: Integer

Operand: Integer

Since: 2.0

Description:

Shifts the input value to the right by the number of places specified by the operand. The sign of the value is preserved (so a negative number will have ones added to the left, while a positive number will have zeroes added to the left).



David Levitan 2006-02-12