Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
void * kArray2_At ( kArray2  array,
kSize  index0,
kSize  index1 
)

Returns a pointer to the specified item in the array.

Parameters
arrayArray object.
index0First dimension index.
index1Second dimension index.
Returns
Pointer to item.