Skip to content

Round To

Malexion edited this page Nov 3, 2016 · 1 revision

__.math.roundTo(value, step)

  • value Value to round to the given step, utilizing Math.round().
  • step Nearest step level to round to.

Examples

var result = __.math.roundTo(13, 5);

console.log(result);
Clone this wiki locally