ImageSizeAction is an option for Pane and related constructs that specifies what to do if the specified ImageSize setting does not match the size of the contents.
Indeterminate is a symbol that represents a numerical quantity whose magnitude cannot be determined.
Italic
(Built-in Mathematica Symbol) Italic represents an italic font slant.
LinkInterrupt[link] sends an interrupt to the program at the other end of the specified MathLink connection.
MultivariateTDistribution[\[CapitalSigma], \[Nu]] represents the multivariate Student t distribution with scale matrix \[CapitalSigma] and degrees of freedom parameter ...
Nearest
(Built-in Mathematica Symbol) Nearest[{elem_1, elem_2, ...}, x] gives the list of elem_i to which x is nearest. Nearest[{elem_1 -> v_1, elem_2 -> v_2, ...}, x] gives the v_i corresponding to the elem_i to ...
Needs
(Built-in Mathematica Symbol) Needs["context`"] loads an appropriate file if the specified context is not already in $Packages. Needs["context`", " file"] loads file if the specified context is not ...
NotebookDelete[notebook] deletes the current selection in the notebook corresponding to the specified notebook object. NotebookDelete[] deletes the current selection in the ...
NyquistGridLines is an option to NyquistPlot that specifies contours of constant magnitude and phase of a closed-loop system.
Out
(Built-in Mathematica Symbol) % n or Out[n] is a global object that is assigned to be the value produced on the n\[Null]^th output line. % gives the last result generated. %% gives the result before last. ...