dojo/number.__FormatAbsoluteOptions (version 1.10)

Note: This is not a real constructor, but just a description of the type of object that should be passed as a parameter to some method(s), and/or the return value from some method(s). In other words, the type exists only for documentation purposes, and you cannot call new number.__FormatAbsoluteOptions()

Property Summary

  • decimalthe decimal separator
  • groupthe group separator
  • placesnumber of decimal places. the range "n,m" will format to m places.
  • round5 rounds to nearest .5; 0 rounds to nearest whole (default). -1 means don't round.

Properties

decimal
Defined by: dojo/number

the decimal separator

group
Defined by: dojo/number

the group separator

places
Defined by: dojo/number

number of decimal places. the range "n,m" will format to m places.

round
Defined by: dojo/number

5 rounds to nearest .5; 0 rounds to nearest whole (default). -1 means don't round.

Error in the documentation? Can’t find what you are looking for? Let us know!