right shift (bitwise, arithmetic)
Technical computing term for shifting bits to the right, either logically or arithmetically.
右シフト演算は、ビット列を右にずらす操作です。
A right shift operation is an operation that shifts a bit string to the right.
In an arithmetic right shift, the sign bit is preserved.
Compound of 右 (right) and シフト (shift), a direct borrowing from English 'right shift' in computing terminology.