Boolean NextMaximum(TVec Src, ref Int32 Offset)
Locate the next maximum.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec | source TVec |
| 2 | Offset | Int32 (ref) | output |
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.