[#BloombergLP-ball-ThresholdAggregateUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::ThresholdAggregateUtil :relfileprefix: ../../ :mrdocs: This class provides helper methods for working with `ball::ThresholdAggregate` objects. == Synopsis Declared in `<ball_thresholdaggregate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class ThresholdAggregateUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/ball/ThresholdAggregateUtil/pack.adoc[`pack`] | Return an unsigned integer holding a packed representation of the specified `thresholds`. | xref:BloombergLP/ball/ThresholdAggregateUtil/unpack.adoc[`unpack`] | Return a threshold aggregate having the value equivalent to one that was converted into the specified `packed` representation. The behavior is undefined unless the value for `packed` originated from a call to `pack` in the same process instance. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#