Closing
(Built-in Mathematica Symbol) Closing[image, ker] gives the morphological closing of image with respect to the structuring element ker.Closing[image, r] gives the closing with respect to a range r square.
ColumnLines is an option for the low-level function GridBox which specifies whether lines should be drawn between adjacent columns.
ColumnSpacings is an option for the low-level function GridBox which specifies the spaces in ems that should be inserted between adjacent columns.
ColumnWidths is an option for the low-level function GridBox which specifies the widths to use for columns.
CompilationOptions is an option for Compile that specifies settings for the compilation process.
expr_1; expr_2; ... evaluates the expr_i in turn, giving the last one as the result.
CopyDirectory["dir_1", "dir_2"] copies the directory dir_1 to dir_2.
DeclarePackage["context`", {"name_1", "name_2", ...}] declares that Needs["context`"] should automatically be executed if a symbol with any of the specified names is ever ...
DefaultFormatType is an option for cells that specifies the format used for displaying expressions in a newly created cell.
DefaultInlineFormatType is an option for cells that specifies the format used for displaying expressions in a newly created inline cell.