You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.NextMinimum Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.NextMinimum Function

Locate the next minimum.

Pascal
function NextMinimum(const Src: TVec; var Offset: integer): boolean; overload;

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.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!