Function
Returns the size in bytes of each individual item of an Array.
Syntax
#include <dx/dx.h>
int DXGetItemSize(Array a)
Functional Details
The routine takes into account the type, category, rank, and shape of Array a. (String Arrays are implemented as arrays of type TYPE_STRING, rank 1, and shape max_string_length+1.)
Return Value
Returns the size in bytes or returns 0.
See Also
[Data Explorer Home Page | Contact Data Explorer | Same document on Data Explorer Home Page ]