Definitions for "Multidimensional Array" Add To Word List
Login or Register  | Word Lists | Search History

an array containing a comma-delimited list of array dimensions
Helpful?           0
an array in which an element is identified by a sequence of indices instead of a single index
Helpful?           0
an array of arrays
Helpful?           0
an array that has arrays as its elements
Helpful?           0
an array that looks like a table
Helpful?           0
an array with more than one dimension
Helpful?           0
an array with more than one subscript
Helpful?           0
A group of data cells arranged by the dimensions of the data. For example, a spreadsheet exemplifies a two- dimensional array with the data cells arranged in rows and columns, each being a dimension. A three-dimensional array can be visualized as a cube with each dimension forming a side of the cube, including any slice parallel with that side. Higher dimensional arrays have no physical metaphor, but they organize the data in the way users think of their enterprise. Typical enterprise dimensions are time, measures, products, geographical regions, sales channels, etc.
Helpful?           0