Variables

@:value(cast "currency")@:impl@:enuminlineread 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")@:impl@:enuminlineread onlyDecimal:NumberFormatPartType = "decimal"

The decimal separator string (".").

@:value(cast "fraction")@:impl@:enuminlineread onlyFraction:NumberFormatPartType = "fraction"

The fraction number.

@:value(cast "group")@:impl@:enuminlineread onlygroup:NumberFormatPartType = "group"

The group separator string (",").

@:value(cast "infinity")@:impl@:enuminlineread onlyinfinity:NumberFormatPartType = "infinity"

The Infinity string ("∞").

@:value(cast "integer")@:impl@:enuminlineread onlyinteger:NumberFormatPartType = "integer"

The integer number.

@:value(cast "literal")@:impl@:enuminlineread onlyliteral:NumberFormatPartType = "literal"

Any literal strings or whitespace in the formatted number.

@:value(cast "minusSign")@:impl@:enuminlineread onlyminusSign:NumberFormatPartType = "minusSign"

The minus sign string ("-").

@:value(cast "nan")@:impl@:enuminlineread onlynan:NumberFormatPartType = "nan"

The NaN string ("NaN").

@:value(cast "percentSign")@:impl@:enuminlineread onlypercentSign:NumberFormatPartType = "percentSign"

The percent sign string ("%").

@:value(cast "plusSign")@:impl@:enuminlineread onlyplusSign:NumberFormatPartType = "plusSign"

The plus sign string ("+").