[#BloombergLP-bdldfp-DecimalUtil-decompose-086] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::decompose :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `decompose`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int decompose( int* sign, xref:BloombergLP/bdldfp/Uint128.adoc[Uint128]* significand, int* exponent, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] value); ---- == Return Value floating‐point classification of `value` == Parameters [cols="1,4"] |=== | Name| Description | *sign* | receives +1 or ‐1 for the sign | *significand* | receives the significand | *exponent* | receives the decimal exponent | *value* | decimal value to decompose |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#