Minimum

Gets index of the lowest element of the array in the specified range.

int  Minimum(
   int  start,     // starting index
   int  count      // number of elements
   ) const

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.