dojo/number.__FormatAbsoluteOptions

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()

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.

© 2005–2017 JS Foundation
Licensed under the AFL 2.1 and BSD 3-Clause licenses.
http://dojotoolkit.org/api/1.10/dojo/number.__FormatAbsoluteOptions.html