[#BloombergLP-bdldfp-DecimalImpUtil-normalize-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::normalize :relfileprefix: ../../../ :mrdocs: Return a `ValueTypeXX` number having the value as the specified 'original, but with the significand, that can not be divided by ten, and appropriate exponent. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[ValueType32] normalize(xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[ValueType32] original); ---- == Description * Any representations of zero value (either positive or negative) are normalized to positive zero having null significand and exponent. * Any NaN values (either signaling or quiet) are normalized to quiet NaN. * Normalized non‐zero value has the same sign as the original one. [.small]#Created with https://www.mrdocs.com[MrDocs]#