[#BloombergLP-bdldfp-DecimalUtil-isUnordered-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::isUnordered :relfileprefix: ../../../ :mrdocs: Same as the overload taking `Decimal32`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isUnordered( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] x, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] y); ---- == Return Value `true` if either `x` or `y` is NaN, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *x* | first operand | *y* | second operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#