noun
left shift (bitwise, arithmetic)
Computing term for shifting bits to the left, equivalent to multiplying by powers of two. Used in programming and low-level operations.
このコードでは、左シフト演算子を使って値を2倍にしている。
In this code, the left shift operator is used to double the value.
左シフトはビットを左に移動させる操作です。
Left shift is an operation that moves bits to the left.