[#BloombergLP-balm-IntegerCollector-update] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/IntegerCollector.adoc[IntegerCollector]::update :relfileprefix: ../../../ :mrdocs: Update the collected aggregates with the specified `value`. == Synopsis Declared in `<balm_integercollector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void update(int value); ---- == Description Increment the event count by 1, add the specified `value` to the total, if `value` is less than the minimum value, set `value` to be the minimum value, and if `value` is greater than the maximum value, set `value` to be the maximum value. == Parameters [cols="1,4"] |=== | Name| Description | *value* | measurement value for the recorded event |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#