NumberFormat.numberGroupSizes

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

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

Meta