[#BloombergLP-bdlb-Float-isInfinite-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Float.adoc[Float]::isInfinite :relfileprefix: ../../../ :mrdocs: Return `true` if the specified floating point `number` has a value of positive or negative infinity, and `false` otherwise. This function is equivalent to the `isinf` macro in C99. Note that infinity is a valid floating‐point value and is not a "NaN". == Synopsis Declared in `<bdlb_float.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isInfinite(float number); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#