This is particularly useful for counting all the elements of a multidimensional array.
これは多次元配列の全ての要素をカウントするといった場合に特に有効です。
Successive section operators designate a sub-array of a multidimensional array object.
連続する部分配列演算子は多次元配列オブジェクトの部分配列を指定します。
A multidimensional array with all the variables.
you get a multidimensional array, with the section names and settings included.
を設定することにより、セクション名と設定が含まれた多次元の配列を得ることができます。
The primary storage unit which is a multidimensional array representing the cells of all dense dimensions.
プライマリ・ストレージ・ユニットです。多次元配列であり、すべての密次元のセルを表します。
This is type of pointer is an example of how you could set up a pointer to deal with a multidimensional array.
これはポインターのタイプで、多次元配列を扱うためのポインターを設定する方法の例です。
Returns an multidimensional array containing a list of all defined functions, both built-in (internal) and user-defined.
この関数は、組込 (内部) 関数およびユーザ定義関数を共に含む定義済みの全ての関数のリストを有する多次元配列を返します。
When C creates a multidimensional array, it essentially lays out each row one after another in memory, so the last element of row 1 is right next to the first element of row 2, and so on.
Cは多次元配列を作成するとき、基本的に各行をメモリ内に次々に配置するので、行1の最後の要素は行2の最初の要素のすぐ隣にあります。
Each block is a multidimensional array that represents all cells of all dense dimensions relative to a particular intersection of sparse dimensions.
各ブロックは、疎次元の特定の交差に関連する、すべての密次元のすべてのセルを示す、多次元の配列です。
Each data block is a multidimensional array that contains a fixed, ordered location for each possible combination of dense dimension members. Accessing a cell in the block does not involve sequential or index searches. The search is almost instantaneous, resulting in optimal retrieval and calculation speed.
各データ・ブロックは多次元配列になっており、この配列には、密次元メンバーの可能な組合せ1つ1つに対する固定の順序付けられた位置の情報が含まれます。ブロック内のセルにアクセスする際、逐次検索やインデックス検索は行われません。検索はほぼ一瞬で行われ、取得および計算速度が最適化されます。
The primary storage unit within Essbase. A data block is a multidimensional array that represents cells of the dense dimensions for a given intersection of sparse dimensions.
Essbase内のプライマリ・ストレージ・ユニット。データ・ブロックは、疎次元の特定の交差に対応する密次元のセルを表す多次元の配列です。
LDAP returns data formatted in a multidimensional array where each array starts with a 'count' element providing the number of attributes in the entry, or the number of values for attributes.
LDAP は、データを多次元の配列で返します。 各配列は `count`という要素から始まり、そこでエントリ内の属性の数かあるいは属性内の値の数を提供します。
PHP Array You can generate a php file which will declare a multidimensional array with the contents of the selected table or database.
PHP array 選択されたテーブルやデータベースの内容を持った多次元配列を宣言する PHP ファイルを生成することができます。