TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
int ArrayMaximum< T > ( TMXArray< T >  array,
int  count = WHOLE_ARRAY,
int  start = 0 
)

searches a maximal element in a one-dimension array

Template Parameters
TType of array elements
Parameters
arrayAn array, in which search is made
countNumber of elements for search. By default, searches in the entire array
startIndex to start checking with
Returns
Index of a found element taking into account the array serial. In case of failure it returns -1.