Unsigned Right Shift Operator (>>>) (JScript 5.6)

Right shifts the bits of an expression, without maintaining sign.

result = expression1 >>> expression2

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also