Variables

@:value(cast "currency")@:enum@:implinlineread onlyCurrency:NumberFormatPartType = "currency"

The currency string, such as the symbols "$" and "€" or the name "Dollar", "Euro" depending on how currencyDisplay is specified.

@:value(cast "decimal")@:enum@:implinlineread onlyDecimal:NumberFormatPartType = "decimal"

The decimal separator string (".").

@:value(cast "fraction")@:enum@:implinlineread onlyFraction:NumberFormatPartType = "fraction"

The fraction number.

@:value(cast "group")@:enum@:implinlineread onlygroup:NumberFormatPartType = "group"

The group separator string (",").

@:value(cast "infinity")@:enum@:implinlineread onlyinfinity:NumberFormatPartType = "infinity"

The Infinity string ("∞").

@:value(cast "integer")@:enum@:implinlineread onlyinteger:NumberFormatPartType = "integer"

The integer number.

@:value(cast "literal")@:enum@:implinlineread onlyliteral:NumberFormatPartType = "literal"

Any literal strings or whitespace in the formatted number.

@:value(cast "minusSign")@:enum@:implinlineread onlyminusSign:NumberFormatPartType = "minusSign"

The minus sign string ("-").

@:value(cast "nan")@:enum@:implinlineread onlynan:NumberFormatPartType = "nan"

The NaN string ("NaN").

@:value(cast "percentSign")@:enum@:implinlineread onlypercentSign:NumberFormatPartType = "percentSign"

The percent sign string ("%").

@:value(cast "plusSign")@:enum@:implinlineread onlyplusSign:NumberFormatPartType = "plusSign"

The plus sign string ("+").