dojo.number.round
dojo.require("dojo.number");
defined in dojo/number.js
Rounds the number at the given number of places
parameter | type | description |
---|---|---|
value | Number | the number to round |
places | Number | the number of decimal places where rounding takes place |
multiple | Number | Optional. rounds next place to nearest multiple |