BITLSHIFT

Name

BITLSHIFT -- 

Synopsis

BITLSHIFT(x,n)

Description

The BITLSHIFT function returns @x bit-shifted left by @n bits.

If @n is negative, a right shift will in effect be performed.

Examples

See also

BITRSHIFT.