[#BloombergLP-bdldfp-DecimalImpUtil-classify-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::classify :relfileprefix: ../../../ :mrdocs: Return the floating‐point classification of `x`. == Synopses Declared in `<bdldfp_decimalimputil.h>` Return the floating‐point classification of `x`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdldfp/DecimalImpUtil/classify-08.adoc[classify](xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/classify-08.adoc[_» more..._]# Return the floating‐point classification of `x`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdldfp/DecimalImpUtil/classify-0d.adoc[classify](xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[ValueType32] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/classify-0d.adoc[_» more..._]# Return the floating‐point classification of `x`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdldfp/DecimalImpUtil/classify-0a.adoc[classify](xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/classify-0a.adoc[_» more..._]# == Return Value the floating‐point classification of `x` == Parameters [cols="1,4"] |=== | Name| Description | *x* | value to classify |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#