Difference between revisions of "Subscript"
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Functions that select part of an array]] | [[Category:Functions that select part of an array]] | ||
+ | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> | ||
+ | |||
+ | == Subscript(A, I, x) == | ||
− | + | Returns the value, or more generally, the slice of «A» for which index «I» equals «x». | |
− | + | This function is the same as the more convenient syntax [[Subscript/Slice Operator|A[I = x] ]]. | |
+ | |||
+ | For more details, see [[Subscript/Slice Operator]]. | ||
+ | |||
+ | ==See Also== | ||
+ | * [[Subscript/Slice Operator]] |
Latest revision as of 20:32, 23 March 2016
Subscript(A, I, x)
Returns the value, or more generally, the slice of «A» for which index «I» equals «x».
This function is the same as the more convenient syntax A[I = x] .
For more details, see Subscript/Slice Operator.
See Also
Comments
Enable comment auto-refresher