The collection elements cannot be copied to a multidimensional array.
Another difference is that the entire multidimensional array can be allocated with a single application of operator new, while jagged arrays require loops and allocations for every dimension.
另一个优点是整个多维数组可以用单一的new操作符申请而赋值,而锯齿数组需要对每一维进行循环和赋值。
The multidimensional data set is the data model of analysis engine, which is a cube structure composed by multiple dimensions. It is equivalent to a multidimensional array, the intersection point of dimensions is the indicator or computing attribute.
多维数据集是分析引擎的数据模型,由多个维度构成的立方体架构,相当于一个多维数组,维度的交点就是指标或计算成员。
Feedback The first example shows a multidimensional array of primitives.
第一个例子展示了基本数据类型的一个多维数组。
An expression tree may not contain a multidimensional array initializer
表达式目录树不能包含多维数组初始值设定项
These are the three known ways to merge multidimensional array into a single array.
Cannot pass multidimensional array to the CopyTo method on a collection.
无法将多维数组传递到集合上的 CopyTo 方法。
Note that if one indexes a multidimensional array with fewer indices than dimensions, one gets a subdimensional array. For example
请注意,如果索引索引比维度少的多维数组,则会获得一个子维数组。例如:
The ROLAP data cube is implemented as a collection of relational tables (up to twice as many as the number of dimensions) instead of as a multidimensional array.
ROLAP数据立方体是按关系表格的集合实现的(最多可达维度数目的两倍),来代替多维阵列。