[#BloombergLP-bdldfp-DecimalUtil-quantum-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::quantum :relfileprefix: ../../../ :mrdocs: `quantum` overloads == Synopses Declared in `<bdldfp_decimalutil.h>` Same as the related overload above for `quantum`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdldfp/DecimalUtil/quantum-0a.adoc[quantum](xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] value); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/quantum-0a.adoc[_» more..._]# Return the exponent field of the specified `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdldfp/DecimalUtil/quantum-06.adoc[quantum](xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] value); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/quantum-06.adoc[_» more..._]# Same as the related overload above for `quantum`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdldfp/DecimalUtil/quantum-0d.adoc[quantum](xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] value); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/quantum-0d.adoc[_» more..._]# == Return Value exponent field of `value` == Parameters [cols="1,4"] |=== | Name| Description | *value* | decimal value whose exponent is returned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#