Right Shift Assignment Operator (>>=) (JScript 5.6)

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

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also