Companion

Holds constants.

Properties

Link copied to clipboard

The base icon for decimals.

Link copied to clipboard

The default value of the affixDecorator field.

Link copied to clipboard

The default value of the arrayDecorator field.

Link copied to clipboard
const val DEFAULT_DECIMAL_COUNT: Int = 2

The default value of the decimalCount field.

Link copied to clipboard
const val DEFAULT_DECIMAL_SEPARATOR: String

The default value of the decimalSeparator field.

Link copied to clipboard
const val DEFAULT_GROUPING_SEPARATOR: String

The default value of the groupingSeparator field.

Link copied to clipboard
const val DEFAULT_GROUPING_SEPARATOR_ENABLED: Boolean = false

The default value of the groupingSeparatorEnabled field.

Link copied to clipboard
const val DEFAULT_MAX_VALUE: Double

The default value of the maxValue field.

Link copied to clipboard
const val DEFAULT_MIN_VALUE: Double = 0.0

The default value of the minValue field.

Link copied to clipboard
const val DEFAULT_SHOW_TRAILING_ZEROES: Boolean = false

The default value of the showTrailingZeroes field.

Link copied to clipboard
const val MAX_VALUE_DIFFERENCE: Double = 1.0E53

The maximum valid difference between the minValue and maxValue fields.

Link copied to clipboard
const val MIN_DECIMAL_COUNT: Int = 0

The minimum valid value for the decimalCount field.

Link copied to clipboard

The preset values for the affixDecorator descriptor.

Link copied to clipboard
val PRESET_DECIMAL_SEPARATORS: Array<String>

The preset values for the decimalSeparator field.

Link copied to clipboard
val PRESET_GROUPING_SEPARATORS: Array<String>

The preset values for the groupingSeparator field.