NumberFormat.numberGroupSizes

Property. Retrieves the number of digits int each group to the left of the decimal place in numbers.

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

Return Value

Type: const(int)[]

The number of digits int each group to the left of the decimal place in numbers.

Meta