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