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