int MinimumCount(TVec *Src, int Index = 0, int Len = - 1);
Return the number of minimums.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec * | |
| 2 | Index = 0 | int | |
| 3 | Len = - 1 | int |
Remarks:
Return the total count of minimums within Src starting at index to Index+Len. If Len = -1 end the search at Src.Length.
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler