Right shifts the value of a variable by the number of bits specified in the value of an expression, maintaining the sign, and assigns the result to the variable.
result >>= expression |
| JScript |
| Right Shift Assignment Operator (>>=) (JScript 5.6) |
| See Also |
Right shifts the value of a variable by the number of bits specified in the value of an expression, maintaining the sign, and assigns the result to the variable.
result >>= expression |
Arguments
Remarks
Requirements
See Also