BITLSHIFT

BITLSHIFT bit-shift to the left

Synopsis

BITLSHIFT(a,n)

Arguments

a: non-negative integer

n: integer

Description

BITLSHIFT returns the binary representations of a shifted n positions to the left.

Note

If n is negative, BITLSHIFT shifts the bits to the right by ABS(n) positions.

See also

BITRSHIFT.