function NextMinimum(const Src: TVec; var Offset: Integer): Boolean;
Locate the next minimum.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec | |
| 2 | Offset | Integer |
Returns: Boolean
Remarks:
Return the next Minimum found in Src looking from Offset to the right. Offset is modified to reflect the position of the found maximum. If a true minimum is not found the function returns false.