MinIndex
MinIndex
Gets the index of minimal value in the specified range.
virtual int MinIndex(
const int start, // size
const int count // number
) constParameters
- start
[in] Search range initial index.
- count
[in] Search range size (number of elements).
Return Value
The index of minimal value of a series buffer in the specified range, or -1.
Last updated on