DecimalFormatConfig [constructor] | Constructors |
decimalPoint | Return point character. |
expWidth | Return the minimum exponent width. |
exponent | Return exponent character. |
infinity | Return infinity string representation. |
nan | Return NaN string representation. |
precision | Return the number of digits of precision in the outputs. |
sNan | Return sNaN string representation. |
setDecimalPoint | Set the point attribute of this object to the specified value. |
setExpWidth | Set the expwidth attribute of this object to the specified value. The behavior is undefined unless value is 1, 2, 3, or 4. |
setExponent | Set the exponent attribute of this object to the specified value. |
setInfinity | Set the infinity attribute of this object to the specified value. The behavior is undefined unless the pointer to the value remains valid for the lifetime of this object. |
setNan | Set the nan attribute of this object to the specified value. The behavior is undefined unless the pointer to the value remains valid for the lifetime of this object. |
setPrecision | Set the precision attribute of this object to the specified value. Behavior is undefined unless value >= -1. |
setSNan | Set the snan attribute of this object to the specified value. The behavior is undefined unless the pointer to the value remains valid for the lifetime of this object. |
setShowpoint | Set the showpoint attribute of this object to the specified value. |
setSign | Set the sign attribute of this object to the specified value. |
setStyle | Set the style attribute of this object to the specified value. |
showpoint | Return the showpoint attribute. |
sign | Return the sign attribute. |
style | Return the style of output format. |