[#BloombergLP-bdlb-Float-signBit-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Float.adoc[Float]::signBit :relfileprefix: ../../../ :mrdocs: `signBit` overloads == Synopses Declared in `<bdlb_float.h>` Return `true` if `number` is negative, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdlb/Float/signBit-04b2.adoc[signBit](double number); ---- [.small]#xref:BloombergLP/bdlb/Float/signBit-04b2.adoc[_» more..._]# Return `true` if the specified floating point `number` has its sign bit set (i.e., it is negative), and `false` otherwise. This function is equivalent to the `signbit` macro in C99. Note that this function will return `true` for some NaNs, even though the concepts of negative and positive do not apply to NaNs. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdlb/Float/signBit-04bb.adoc[signBit](float number); ---- [.small]#xref:BloombergLP/bdlb/Float/signBit-04bb.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#