API / geotoolkit / util / NumberFormat / NumberFormat
util.NumberFormat.NumberFormat
Type Aliases
Type Aliases
Ƭ Options: Object
| Name | Type | Description |
|---|---|---|
fulllocale? | boolean | specify format how to provide locale |
grouplength? | number | specify group length of numbers |
locale? | string | Locale | format locale |
maximumfractiondigits? | number | specify maximum fraction digits |
minimumfractiondigits? | number | specify minimum fraction digits, have to be less or equal to maximumfractiondigits |
round? | boolean | round number |
Ƭ OptionsOut: Object
properties pertaining to this object
| Name | Type | Description |
|---|---|---|
fulllocale? | boolean | specify format how to provide locale |
grouplength? | number | specify group length of numbers |
locale? | Locale | format locale |
maximumfractiondigits? | number | specify maximum fraction digits |
minimumfractiondigits? | number | specify minimum fraction digits, have to be less or equal to maximumfractiondigits |
round? | boolean | round number |