void NextZeroCrossing(TVec Src, ref Int32 Offset)
Locate the next zero crossing.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec | source TVec |
| 2 | Offset | Int32 (ref) | output |
Result: stored in self (calling object)
Remarks:
Return the next zero crossing found in Src looking from Offset to the right. Offset is modified to reflect the position of the found zero crossing.