FieldSize is an option for InputField, PopupMenu, and related functions that specifies the size of the field allowed for input or contents.
Interleaving is an option for Image and related functions that specifies whether data corresponding to different channels in an object such as an image should be interleaved.
When you are putting and getting data via MathLink various kinds of errors can occur. Whenever any error occurs, MathLink goes into a completely inactive state, and all ...
One of the most common uses of MathLink is to allow you to call functions in an external program from within Mathematica. Once the external program has been set up, all you ...
These "How tos" give step-by-step instructions for common tasks related to image processing in Mathematica .
AbsoluteCurrentValue[item] gives the absolute current value of item at a location in the Mathematica system and interface. AbsoluteCurrentValue[{item, spec}] gives the ...
HoldComplete[expr] shields expr completely from the standard Mathematica evaluation process, preventing even upvalues associated with expr from being used.
Locked
(Built-in Mathematica Symbol) Locked is an attribute that, once assigned, prevents modification of any attributes of a symbol.
NumberString represents the characters of a number in StringExpression.
TrueQ
(Built-in Mathematica Symbol) TrueQ[expr] yields True if expr is True, and yields False otherwise.