TVecSmallInt::GroupCountIteration Method

TVecInt *GroupCountIteration(TMtxVecInt *SrcBins, const int SrcBinsMax);

Counts groups of equal numbers within Bins.

#NameTypeDescription
1SrcBinsTMtxVecInt *
2SrcBinsMaxconst 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