NumberFormat.currencyGroupSizes

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

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

Return Value

Type: const(int)[]

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

Meta