Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kArray2_DataAtT (   kArray2_array,
  kSSize_index0,
  kSSize_index1,
 
)
related

Calculates an address relative to the start of the buffer.

This method is similar to the At method, but does not bounds-check the index arguments.

A debug assertion will be raised if the size of the specified item type is not equal to the size of the collection item type.

Parameters
kArray2_arrayArray object.
kSSize_index0First dimension index.
kSSize_index1Second dimension index.
TItem type identifier (e.g., k32s).
Returns
Calculated pointer.