อาเรย์(aa-ray)
Meanings
1NounB2
array (data structure)
a data structure that stores elements, typically of the same type, in a sequence and allows access by index
Examples
โปรแกรมเมอร์bproh-graem-merโปรแกรมเมอร์bproh-graem-merprogrammer; software developerเก็บgèpเก็บgèp1to collect; pick up; gather2to tidy up; put in order3to charge; take (a fee/payment)4to keep back; save5[to] harvest; pick (fruit/flowers)6to keep; store; put away7to put away/holster (weapon); to conceal8[to] tuck in; gather up (hair/clothes)รายชื่อraai chêuรายชื่อraai chêulist of names; rosterพนักงานpá-nák-ngaanพนักงานpá-nák-ngaan1employee; staff member; worker2attendant; clerk (service role)ทั้งหมดtáng mòtทั้งหมดtáng mòt1all; entire; whole2all; in total; completely3the whole; everythingไว้wáiไว้wái1[to] keep; save; store2[to] wear; sport (hair/moustache/etc.)3so that; in order to4for later; in reserve5[to] leave (something) as is6[to] set aside; reserveในnaiในnai1in; inside; within2during; in (time)3of (formal/official)อาเรย์aa-rayอาเรย์aa-ray1array (data structure)2array (programming)เดียวdiiaoเดียวdiiaosingle; one; only; same
The programmer stored the list of all employees in a single array.
2NounB2
array (programming)
in programming, a contiguous block of memory indexed by integers; may be one- or multi-dimensional
Examples
เมื่อmêuuaเมื่อmêuua1when; at the time that2when (past time marker)คุณkunคุณkun1you (polite)2Mr.; Ms.; Mrs. (title)3quality; virtue; meritประกาศอาเรย์bprà-gàat aa-rayประกาศอาเรย์bprà-gàat aa-ray[to] declare an arrayโปรแกรมbproo-graemโปรแกรมbproo-graem1computer program; software; application2schedule; agenda3[to] program; scheduleจะjàจะjà1will; shall (future/intention marker)2about to; going to (near future, often w/ กำลังจะ)3then; would (result in conditionals)จองjongจองjong1[to] reserve; book2[to] claim; hold (for [sb])3reservation; booking (noun)พื้นที่púen têeพื้นที่púen têe1area; space; surface; land area2region; zone; locality; area3local; on-site; field (modifier)4field; scope (figurative)หน่วยความจำnùuay kwaam jamหน่วยความจำnùuay kwaam jam1computer memory; memory subsystem2memory unit/moduleต่อเนื่องกันdtòr nêuuang ganต่อเนื่องกันdtòr nêuuang ganconsecutively; in a row; continuouslyสำหรับsăm-ràpสำหรับsăm-ràp1for; intended for; for the purpose of2as for; regardingเก็บข้อมูลgèp kôr moonเก็บข้อมูลgèp kôr moon1[to] collect data; [to] gather information2[to] store data; [to] save information
When you declare an array, the program reserves a contiguous block of memory to store data.