[#BloombergLP-bdlb-DoubleCompareUtil-CompareResult] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/DoubleCompareUtil.adoc[DoubleCompareUtil]::CompareResult :relfileprefix: ../../../ :mrdocs: Enumeration of results from fuzzy comparison of two `double` values. == Synopsis Declared in `<bdlb_doublecompareutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum CompareResult; ---- == Members [cols="1,4"] |=== | Name| Description | `e_EQUAL` | The values have fuzzy equality. | `e_GREATER_THAN` | The first value is greater than the second (and not fuzzy‐equal). | `e_LESS_THAN` | The first value is less than the second (and not fuzzy‐equal). | `e_NON_COMPARABLE` | At least one value is NaN; the values are not comparable. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#