[#BloombergLP-bdlb-Float-classifyFine-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Float.adoc[Float]::classifyFine :relfileprefix: ../../../ :mrdocs: Return the fine‐grained classification for the specified floating point `number`. For positive numbers and quiet NaNs, the `classifyFine` function returns the same integer value as `classify`. For negative numbers, `classifyFine` returns an integer value equal to value returned by `classify` bit‐wise OR'ed with `k_NEGATIVE`. For signaling NaNs, `classifyFine` returns `k_SNAN`, which has the integer value of `k_NAN | k_SIGNALING`. == Synopsis Declared in `<bdlb_float.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlb/Float/FineClassification.adoc[FineClassification] classifyFine(double number); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#