dojo
»
number
» __FormatAbsoluteOptions
dojo.number.__FormatAbsoluteOptions
dojo.require("dojo.number");
defined in dojo/number.js
Usage
function ()
(view source)
this
.
decimal
= decimal;
this
.
group
= group;
this
.
places
= places;
this
.
round
= round;
Properties
Back to top
Only private and/or inherited properties are available.
decimal
the decimal separator
group
the group separator
places
number of decimal places
round
5 rounds to nearest .5; 0 rounds to nearest whole (default). -1 means don't round.