Right shifts the value of a variable by the number of bits specified in the value of an expression, without maintaining sign, and assigns the result to the variable.
result >>>= expression |
JScript |
Unsigned 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, without maintaining sign, and assigns the result to the variable.
result >>>= expression |