|
TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
| int ArrayMinimum< T > | ( | TMXArray< T > | array, |
| int | count = WHOLE_ARRAY, |
||
| int | start = 0 |
||
| ) |
searches a minimal element in a one-dimension array
| T | Type of array elements |
| array | An array, in which search is made |
| count | Number of elements for search. By default, searches in the entire array |
| start | Index to start checking with |