[#BloombergLP-bdlb-Float-isNan-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Float.adoc[Float]::isNan :relfileprefix: ../../../ :mrdocs: Return `true` if the specified floating point `number` has a value that does not represent a real number ("not‐a‐number" or "NaN"), and `false` otherwise. This function is equivalent to the `isnan` macro in C99. Note that if this method returns `true`, then either `isQuietNan` or `isSignalingNan` will also return `true`. == Synopsis Declared in `<bdlb_float.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isNan(float number); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#