[#BloombergLP-bdldfp-DecimalUtil-classify-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::classify :relfileprefix: ../../../ :mrdocs: `classify` overloads == Synopses Declared in `<bdldfp_decimalutil.h>` Same as the related overload above for `classify`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdldfp/DecimalUtil/classify-04.adoc[classify](xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/classify-04.adoc[_» more..._]# Return the floating‐point classification of the specified `x`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdldfp/DecimalUtil/classify-01.adoc[classify](xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/classify-01.adoc[_» more..._]# Same as the related overload above for `classify`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdldfp/DecimalUtil/classify-00.adoc[classify](xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] x); ---- [.small]#xref:BloombergLP/bdldfp/DecimalUtil/classify-00.adoc[_» more..._]# == Return Value floating‐point classification of `x` == Parameters [cols="1,4"] |=== | Name| Description | *x* | value to classify |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#