Mathematica 9 is now available
 Documentation /  Mathematica /  The Mathematica Book /  Mathematica Reference Guide /  Developer Context Objects in Mathematica 4 /

Developer`BitLengthDeveloper`BitShiftRight

Developer`BitShiftLeft

FilledSmallSquareBitShiftLeft[n, d] shifts the binary bits in the integer n to the left by d places, padding with zeros on the right.

FilledSmallSquareBitShiftLeft[n, d] is equivalent to n 2^d.

FilledSmallSquare Negative values of d shift to the right.

Developer`BitLengthDeveloper`BitShiftRight



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.