|
MinValue
Gets the minimal value in the specified range.
virtual double MinValue(
|
Parameters
start
[in] Search range initial index.
count
[in] Search range size (number of elements).
index
[out] Reference to the variable for placing the found element's index value.
Return Value
The minimal value of the series buffer in the specified range, or EMPTY_VALUE.
Note
The index of the found element is stored by index reference.