[#BloombergLP-bdldfp-DecimalImpUtil-sameQuantum-0d7] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::sameQuantum :relfileprefix: ../../../ :mrdocs: Return `true` if `x` and `y` have the same quantum exponents. == Synopses Declared in `<bdldfp_decimalimputil.h>` Return `true` if `x` and `y` have the same quantum exponents. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdldfp/DecimalImpUtil/sameQuantum-0dd.adoc[sameQuantum]( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] x, xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] y); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/sameQuantum-0dd.adoc[_» more..._]# Return `true` if `x` and `y` have the same quantum exponents. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdldfp/DecimalImpUtil/sameQuantum-0c.adoc[sameQuantum]( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[ValueType32] x, xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[ValueType32] y); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/sameQuantum-0c.adoc[_» more..._]# Return `true` if `x` and `y` have the same quantum exponents. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdldfp/DecimalImpUtil/sameQuantum-0a.adoc[sameQuantum]( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] x, xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] y); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/sameQuantum-0a.adoc[_» more..._]# == Return Value `true` if `x` and `y` have the same quantum exponents == Parameters [cols="1,4"] |=== | Name| Description | *x* | first value | *y* | second value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#