NumberFormat.currencyGroupSizes

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

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

Meta