Inherited represents an option value to be inherited from an enclosing style, cell, or notebook.
Input
(Built-in Mathematica Symbol) Input[] interactively reads in one Mathematica expression. Input[prompt] requests input, displaying prompt as a "prompt".Input[prompt, init] in a notebook front end uses init ...
InputString[] interactively reads in a character string. InputString[prompt] requests input, displaying prompt as a "prompt". InputString[prompt, init] in a notebook front ...
Insert
(Built-in Mathematica Symbol) Insert[list, elem, n] inserts elem at position n in list. If n is negative, the position is counted from the end. Insert[expr, elem, {i, j, ...}] inserts elem at position {i, ...
InstallService["url"] installs the web service operations in the WSDL description at the URL given.InstallService["url", "context`"] installs web service operations, creating ...
IntegerLength[n] gives the number of digits in the base 10 representation of the integer n.IntegerLength[n, b] gives the number of digits in the base b representation of n.
Integer
(Built-in Mathematica Symbol) Integer is the head used for integers.
IntegerQ[expr] gives True if expr is an integer, and False otherwise.
IntegerString[n] gives a string consisting of the decimal digits in the integer n. IntegerString[n, b] gives a string consisting of the base b digits in the integer n. ...
InterpretationBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for selections that specifies settings for InterpretationBox constructs.