Right shifts the bits of an expression, maintaining sign.
result = expression1 >> expression2 |
JScript |
Bitwise Right Shift Operator (>>) (JScript 5.6) |
See Also |
Right shifts the bits of an expression, maintaining sign.
result = expression1 >> expression2 |