@param {Number} numval Number to format
Parameters
| Name |
Type |
Description |
| numval |
Number
|
numval Number to format
|
| options |
Object
|
options Formatting options
Properties
| Name |
Type |
Description |
decimals |
Integer |
options.decimals Number of decimals to use. Defaults to 2. |
currency |
String |
options.currency Currency to use (e.g. USD, EUR etc). If omitted the default currency for the current locale is used. |
|
formatFloat
(
)
@memberof NumericFunctions
formatNumber
(
)
@memberof NumericFunctions
round
(
)
@memberof NumericFunctions