Companion

Holds constants.

Properties

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_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_PREFIX: String

The default value of the prefix field.

Link copied to clipboard
const val DEFAULT_SHOW_TRAILING_ZEROES: Boolean = true

The default value of the showTrailingZeroes field.

Link copied to clipboard
const val DEFAULT_SUFFIX: String

The default value of the suffix field.