Returns a number floored to a certain number of decimal places.
Example: roundNumber(1.24999999, 2): 1.24
roundNumber(1.24999999, 2): 1.24
Generated using TypeDoc
Returns a number floored to a certain number of decimal places.
Example:
roundNumber(1.24999999, 2): 1.24