Mathematica 9 is now available

OneIdentityCases

Default

FilledSmallSquareDefault[f], if defined, gives the default value for arguments of the function f obtained with a _. pattern object.

FilledSmallSquareDefault[f, i] gives the default value to use when _. appears as the i argument of f.

FilledSmallSquareDefault[f, i, n] gives the default value for the i argument out of a total of n arguments.

FilledSmallSquare_. represents an optional argument to a function, with a default value specified by Default.

FilledSmallSquare The necessary values for Default[f] must always be defined before _. is used as an argument of f.

FilledSmallSquare Values defined for Default[f] are stored with the Options values of f.

FilledSmallSquare See The Mathematica Book: Section A.5.1.

FilledSmallSquare See also: Options.

FilledSmallSquare Related package: Utilities`FilterOptions`.

OneIdentityCases



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.