ColorSetter[color] represents a color setter which displays as a swatch of the specified color and when clicked brings up a system color picker ...
Commonest[list] gives a list of the elements that are the most common in list.Commonest[list, n] gives a list of the n most common elements in list.
Conditioned[expr, cond] or expr \[Conditioned] cond represents expr conditioned by the predicate cond.
Constant is an attribute that indicates zero derivative of a symbol with respect to all parameters.
ContourShading is an option for contour plots that specifies how the regions between contour lines should be shaded.
ContourStyle is an option for contour plots that specifies the style in which contour lines or surfaces should be drawn.
DateDifference[date_1, date_2] gives the number of days from date_1 to date_2.DateDifference[date_1, date_2, " unit"] gives the difference between date_1 and date_2 in the ...
Deinitialization is an option for Dynamic, DynamicModule, Manipulate, and related constructs that specifies an expression to be evaluated when the construct can no longer be ...
Delete
(Built-in Mathematica Symbol) Delete[expr, n] deletes the element at position n in expr. If n is negative, the position is counted from the end. Delete[expr, {i, j, ...}] deletes the part at position {i, ...
DeleteSmallComponents[image] replaces small connected components in a binary image image with background pixels.DeleteSmallComponents[m] replaces positive integers in a label ...