[#BloombergLP-balm-Collector-setCountTotalMinMax] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/Collector.adoc[Collector]::setCountTotalMinMax :relfileprefix: ../../../ :mrdocs: Set the count, total, min, and max aggregates to the specified values. == Synopsis Declared in `<balm_collector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setCountTotalMinMax( int count, double total, double min, double max); ---- == Description Set the event count to the specified `count`, the total aggregate to the specified `total`, the minimum aggregate to the specified `min` and the maximum aggregate to the specified `max`. == Parameters [cols="1,4"] |=== | Name| Description | *count* | new event count | *total* | new total aggregate | *min* | new minimum aggregate | *max* | new maximum aggregate |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#