[#BloombergLP-bdldfp-DecimalFormatConfig-Sign-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalFormatConfig.adoc[DecimalFormatConfig]::Sign :relfileprefix: ../../../ :mrdocs: Sign characters used when formatting decimal values. == Synopsis Declared in `<bdldfp_decimalformatconfig.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Sign; ---- == Members [cols="1,4"] |=== | Name| Description | `e_NEGATIVE_ONLY` | Output '‐' only when the sign bit is set. | `e_ALWAYS` | Output '+' or '‐' according to the sign bit. | `e_POSITIVE_AS_SPACE` | Output a space when the sign bit is not set, else '‐'. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#