[#BloombergLP-bdldfp-DecimalUtil-isNormal-094] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::isNormal :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `x` is a normal value and `false` otherwise. Note that this is equivalent to `classify(x) == FP_NORMAL`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isNormal(xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] x); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#