Output style used when formatting decimal values.

Synopsis

Declared in <bdldfp_decimalformatconfig.h>

enum Style;

Members

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.

Created with MrDocs