TVecInt *GroupCountIteration(TMtxVecInt *SrcBins, const int SrcBinsMax);
Counts groups of equal numbers within Bins.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcBins | TMtxVecInt * | |
| 2 | SrcBinsMax | const int |
Remarks:
The routine checks the size of the calling object, if it is equal to SrcBinsMax+1, and raises an exception, if not. The rouine does not size the calling object and also does not perform initialization to zero. It can be used for iterative calls to fill the same histogram.
Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler