BloombergLP::bdldfp::DecimalFormatConfig::Style

Output style used when formatting decimal values.

Synopsis

Declared in <bdldfp_decimalformatconfig.h>

enum Style;

Members

NameDescription
e_SCIENTIFIC Output the number in scientific notation.
e_FIXED Output the number in scientific notation.
e_NATURAL Natural (to-scientific-string) output style.