CallingConvention is an option to DefineDLLFunction that specifies what calling convention the DLL function uses.
$Path
(Built-in Mathematica Symbol) $Path gives the default list of directories to search in attempting to find an external file.
GraphicsColumn[{g_1, g_2, ...}] generates a graphic in which the g_i are laid out in a column, with g_1 above g_2, etc. GraphicsColumn[list, alignment] aligns each element ...
JacobianMatrix[pt] gives the Jacobian matrix of the transformation from the default coordinate system to the Cartesian coordinate system at the point pt. JacobianMatrix[pt, ...
Unicode: 2192. x → y is by default interpreted as RightArrow[x,y]. Alias: Esc ␣-> Esc. Infix arrow operator. Used for many purposes in mathematics to indicate transformation, ...
Unicode: 2223. Alias: Esc ␣| Esc. Infix operator. x y is by default interpreted as VerticalBar[x,y]. Used in mathematics to indicate that x divides y. Also sometimes called ...
Automatic Numbering creates an automatic numbering object, or counter, in the current notebook.
AnimationCycleOffset is an option for cells that specifies the relative position of the next graphic to be used in an animation sequence.
AutoAction is an option for objects such as Slider, Locator, and Button that specifies whether they should automatically take action whenever the mouse pointer is over them, ...
BinaryImageQ[image] yields True if image has the form of a binary image, and False otherwise.