[#BloombergLP-bdldfp-DecimalUtil-sameQuantum-0b9] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::sameQuantum :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `sameQuantum`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool sameQuantum( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] x, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] y); ---- == Return Value `true` if `x` and `y` have the same quantum exponents == Parameters [cols="1,4"] |=== | Name| Description | *x* | first operand | *y* | second operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#