|
Minimum
Gets index of the lowest element of the array in the specified range.
int Minimum(
|
Parameters
start
[in] Starting index of the search range.
count
[in] Search range size (number of elements).
Return Value
Index of the lowest element in the specified range.