bitwise_shift_left()
Syntax
bitwise_shift_left(x, amount)
Returns a number whose binary representation is the first operand shifted by the specified number of bits to the left.
bitwise_shift_left(x, amount)
Returns a number whose binary representation is the first operand shifted by the specified number of bits to the left.