[#BloombergLP-bdldfp-DecimalFormatConfig-Style-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalFormatConfig.adoc[DecimalFormatConfig]::Style :relfileprefix: ../../../ :mrdocs: Output style used when formatting decimal values. == Synopsis Declared in `<bdldfp_decimalformatconfig.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Style; ---- == Members [cols="1,4"] |=== | Name| Description | `e_SCIENTIFIC` | Output the number in scientific notation. | `e_FIXED` | Output the number in scientific notation. | `e_NATURAL` | Natural (to‐scientific‐string) output style. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#