BITRSHIFT

Name

BITRSHIFT -- 

Synopsis

BITRSHIFT(x,n)

Description

The BITRSHIFT function returns @x bit-shifted right by @n bits.

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

Examples

See also

BITRSHIFT.