Namespacedojo.number

dojo.require("dojo.number");
defined in dojo/number.js

localized formatting and parsing routines for Number

Jump to PropertiesJump to FunctionsConstructorsBack to top

Jump to PropertiesJump to ConstructorsFunctionsBack to top

Format a Number as a String, using locale-specific settings
Convert a properly formatted string to a primitive Number, using locale-specific settings.
Builds the regular needed to parse a number
Functiondojo.number.round(value: Number, places: Number, multiple: Number?)
Rounds the number at the given number of places
Apply pattern to format value as a string using options. Gives no consideration to local customs.
Apply numeric pattern to absolute value using options. Gives no consideration to local customs.
Builds a regular expression that matches an integer
Builds a regular expression to match a real number in exponential notation

Jump to FunctionsJump to ConstructorsPropertiesBack to top