[#BloombergLP-bslfmt-FormatterSpecificationNumericValue-2constructor-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue.adoc[FormatterSpecificationNumericValue]::FormatterSpecificationNumericValue :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bslfmt_formatterspecificationnumericvalue.h>` Create a `FormatterSpecificationNumericValue` object with `e_DEFAULT` `category` and 0 `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue/2constructor-02.adoc[FormatterSpecificationNumericValue](); ---- [.small]#xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue/2constructor-02.adoc[_» more..._]# Create a `FormatterSpecificationNumericValue` object with the specified `value` and `category` attributes. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue/2constructor-09.adoc[FormatterSpecificationNumericValue]( xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue/Category-07.adoc[Category] category, int value); ---- [.small]#xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue/2constructor-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#