Locate the next minimum.
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!
|