Output style used when formatting decimal values.
Declared in <bdldfp_decimalformatconfig.h>
enum Style;
| 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. |