[#BloombergLP-bdldfp-DecimalUtil-isFinite-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::isFinite :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `x` is not an infinity value or NaN and `false` otherwise. Note that this is equivalent to `classify(x) != FP_INFINITE && classify(x) != FP_NAN`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isFinite(xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] x); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#