[#BloombergLP-balm-IntegerCollector-accumulateCountTotalMinMax] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/IntegerCollector.adoc[IntegerCollector]::accumulateCountTotalMinMax :relfileprefix: ../../../ :mrdocs: Increment the event count by the specified `count`, add the specified `total` to the accumulated total, and if the specified `min` is less than the minimum value, set `min` to be the minimum value, and if the specified `max` is greater than the maximum value, set `max` to be the maximum value. == Synopsis Declared in `<balm_integercollector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void accumulateCountTotalMinMax( int count, int total, int min, int max); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#