|
|
Keywords:
Array,
Dimension,
Exemplifies,
Metaphor,
Delimited
an array containing a comma-delimited list of array dimensions
an array in which an element is identified by a sequence of indices instead of a single index
an array of arrays
an array that has arrays as its elements
an array that looks like a table
an array with more than one dimension
an array with more than one subscript
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.
|