BitShiftLeft[n, k] shifts the binary bits in the integer n to the left by k places, padding with zeros on the right.BitShiftLeft[n] shifts one bit to the left.
BitShiftRight[n, k] shifts the binary bits in the integer n to the right by k places, dropping bits that are shifted past the unit's position on the right. BitShiftRight[n] ...
ColumnAlignments is an option for the low-level function GridBox that specifies how entries in each column should be aligned.
ColumnSpacings is an option for the low-level function GridBox which specifies the spaces in ems that should be inserted between adjacent columns.
ComplexInfinity represents a quantity with infinite magnitude, but undetermined complex phase.
ContinuousAction is an option for Manipulate, Slider, and related functions that specifies whether action should be taken continuously while controls are being moved.
CopyDirectory["dir_1", "dir_2"] copies the directory dir_1 to dir_2.
DataReversed is an option for ArrayPlot and related functions that specifies whether data should be plotted in reverse order.
Deployed is an option for displayed objects, cells, and notebooks that specifies whether their contents should be considered deployed, so that elements such as Slider, ...
Deploy
(Built-in Mathematica Symbol) Deploy[expr] yields a deployed version of expr in which elements such as Slider, InputField, Locator, and Button are active, but general editing and selection is disabled.