Dictionary:Array (computer)

From SEG Wiki
Jump to navigation Jump to search
ADVERTISEMENT


{{#category_index:A|array (computer)}} A high-level language data construction for accessing data elements in one or more dimensions. A specific element is accessed by an array name and subscripts (which represent position in the various dimensions of the array), e.g., ‘‘name(x,y)’’.