左移位 meaning in Chinese
left shift bit
Examples
- 0 for an arithmetic right shift of a positive number
进行数学左移位时,设置为0 - Performs an arithmetic left shift on a bit pattern
对位模式执行数学左移位。 - Operator to perform arithmetic left shifts on integral values
运算符对整数值执行数学左移位。 - The left - shift operator
左移位运算符 - The left - shift operator shifts its first operand left by the number of bits specified by its second operand . expr count
左移位运算符( < < )根据第二个操作数指定的位数将第一个操作数向左移位。