| Name | <ElementTag.round_to[<#>]> |
| Returns | ElementTag(Decimal) |
| Description | Rounds a decimal to the specified place.
For example, 0.12345 .round_to[3] returns "0.123". |
| Generated Example | |
| Group | math |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ElementTag.java#L2159 |