Details
-
New Feature
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.6.3
-
None
-
Patch
Description
Added new rounding methods to Float and Double that take a precision being the number of decimal places to round to.
This is a convenience method for Float and Double.
Usage:
someDouble.round(2) will round someDouble to 2 decimal places.