[#BloombergLP-ball-ThresholdAggregateUtil-unpack] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/ThresholdAggregateUtil.adoc[ThresholdAggregateUtil]::unpack :relfileprefix: ../../../ :mrdocs: Return a threshold aggregate having the value equivalent to one that was converted into the specified `packed` representation. == Synopsis Declared in `<ball_thresholdaggregate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/ball/ThresholdAggregate.adoc[ThresholdAggregate] unpack(unsigned int packed); ---- == Description The behavior is undefined unless the value for `packed` originated from a call to `pack` in the same process instance. == Return Value threshold aggregate equivalent to `packed` == Parameters [cols="1,4"] |=== | Name| Description | *packed* | packed representation produced by `pack` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#