DisplayEndPacket[] is a MathLink packet that indicates the end of a series of expressions relating to a postscript graphic.
DisplayForm[expr] prints with low-level boxes inside expr shown in explicit two-dimensional or other form.
DisplayFunction is an option for graphics and sound functions that specifies a function to apply to graphics and sound objects before returning them.
DisplayPacket[] is a MathLink packet that indicates the beginning of a series of expressions related to a PostScript graphic.
DistanceFunction is an option for functions such as Nearest that specifies the distance value to assume between any two specified points.
DistanceTransform[image] gives the distance transform of image, in which the value of each pixel is replaced by its distance to the nearest background ...
DistributedContexts is an option for various parallel computing functions that specifies which definitions for symbols appearing in an expression should be distributed to all ...
DistributeDefinitions[s_1, s_2, ...] distributes all definitions for the symbols s_i to all parallel kernels.DistributeDefinitions["context"] distributes definitions for all ...
Distributed[x, dist] or x \[Distributed] dist asserts that the random variable x is distributed according to the probability distribution dist.Distributed[{x_1, x_2, ...}, ...
Distribute[f[x_1, x_2, ...]] distributes f over Plus appearing in any of the x_i. Distribute[expr, g] distributes over g. Distribute[expr, g, f] performs the distribution ...