[#BloombergLP-bdldfp-DecimalUtil-isInf-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::isInf :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `isInf`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isInf(xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] x); ---- == Return Value `true` if `x` is an infinity value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *x* | value to classify |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#