Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 230 Bytes

formatNumber.md

File metadata and controls

11 lines (11 loc) · 230 Bytes

Format Number

Notes

Formats a number to the given decimal places.

Syntax

formatNumber(number: <#Integer or Variable#>, places: <#Integer or Variable#>)

Example

formatNumber(number: 10023.3323, places: 2)