TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
int ArraySize< T > ( TMXArray< T >  array)

returns the number of elements of an array

Template Parameters
TType of array elements
Parameters
arrayArray of any type
Returns
Value of int type

For a one-dimensional array, the value to be returned by the ArraySize is equal to that of ArrayRange(array,0)