[#BloombergLP-bdlb-Float-isSubnormal-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Float.adoc[Float]::isSubnormal :relfileprefix: ../../../ :mrdocs: Return `true` if the specified floating point `number` holds a subnormal value, and `false` otherwise. == Synopses Declared in `<bdlb_float.h>` Return `true` if the specified floating point `number` holds a subnormal value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdlb/Float/isSubnormal-0e.adoc[isSubnormal](double number); ---- [.small]#xref:BloombergLP/bdlb/Float/isSubnormal-0e.adoc[_» more..._]# Return `true` if the specified floating point `number` holds a subnormal value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdlb/Float/isSubnormal-07.adoc[isSubnormal](float number); ---- [.small]#xref:BloombergLP/bdlb/Float/isSubnormal-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#