BinaryRead[stream] reads one byte of raw binary data from an input stream, and returns an integer from 0 to 255. BinaryRead[stream, type] reads an object of the specified ...
ButtonData is an option for the low-level function ButtonBox that specifies the second argument to give to the ButtonFunction for the button when the button is active and is ...
Byte
(Built-in Mathematica Symbol) Byte represents a single byte of data in Read.
CallPacket[integer, list] is a MathLink packet encapsulating a request to invoke the external function numbered integer with the arguments contained in list.
CellContext is an option for Cell which specifies the context to use for the evaluation of the contents of the cell.
CellFrameLabels is an option that specifies the labels associated with the frame around a cell.
CellGroupingRules is an option for cells that specifies the rules used for grouping a cell.
Contexts[] gives a list of all contexts. Contexts["string"] gives a list of the contexts that match the string.
ContinuousTimeModelQ[expr] gives True if expr is a continuous-time StateSpaceModel or TransferFunctionModel object, and False otherwise.
Count
(Built-in Mathematica Symbol) Count[list, pattern] gives the number of elements in list that match pattern. Count[expr, pattern, levelspec] gives the total number of subexpressions matching pattern that ...