[#BloombergLP-bdldfp-DecimalFormatConfig-2constructor-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalFormatConfig.adoc[DecimalFormatConfig]::DecimalFormatConfig :relfileprefix: ../../../ :mrdocs: Create an object of this class having the (default) attribute values: ` precision == 0 style == e_NATURAL sign == e_NEGATIVE_ONLY infinity == "inf" nan == "nan" snan == "snan" point == '.' exponent == 'e' expwidth == 2 showpoint == false ` == Synopsis Declared in `<bdldfp_decimalformatconfig.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- DecimalFormatConfig(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#