array data meaning in Chinese
资料阵列
Examples
- A typed array data type is declared by placing square brackets after the data type name
类型化数组数据类型可以通过在数据类型名称后面放置方括号( [ ] )来声明。 - Class using the specified array data type and code expression indicating the number of indexes for the array
用指定的数组数据类型和指示数组索引数的代码表达式初始化 - Safe arrays are self - describing arrays that carry the type , rank , and bounds of the associated array data
安全数组是具有与之关联的数组数据的类型、秩和界限的自我描述数组。 - Class using the specified array data type name and code expression indicating the number of indexes for the array
使用指定的数组数据类型名和指示数组索引数的代码表达式初始化 - Function procedure returns an array data type , you cannot access the individual elements of the array within the function
过程返回数组数据类型,则不能在函数内部访问数组的各个元素。