FluentNumberOptions

@Serializable
data class FluentNumberOptions(val style: NumberStyle? = null, val currency: String? = null, val currencyDisplay: CurrencyDisplay? = null, val minimumFractionDigits: Int? = null, val maximumFractionDigits: Int? = null)(source)

Options for number formatting.

Constructors

Link copied to clipboard
constructor(style: NumberStyle? = null, currency: String? = null, currencyDisplay: CurrencyDisplay? = null, minimumFractionDigits: Int? = null, maximumFractionDigits: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard