NumberFormat.numberDecimalDigits

Property. Retrieves the number of decimal places used for numbers.

  1. int numberDecimalDigits [@property getter]
    class NumberFormat
    @property final const
    int
    numberDecimalDigits
    ()
  2. int numberDecimalDigits [@property setter]

Return Value

Type: int

The number of decimal places used for numbers. For invariantFormat, the default is 2.

Meta