Rounds a number to the nearest positional notation index (or the nearest place value).
Number
The positional notation index (or place value)
// Returns 1240const rounded = Chalkboard.numb.roundTo(1237, 10); Copy
// Returns 1240const rounded = Chalkboard.numb.roundTo(1237, 10);
Generated using TypeDoc
Rounds a number to the nearest positional notation index (or the nearest place value).