Companion

object Companion

Holds constants.

Properties

DEFAULT_DECIMAL_COUNT
Link copied to clipboard
const val DEFAULT_DECIMAL_COUNT: Int = 2
The default value of the decimalCount field.
DEFAULT_DECIMAL_SEPARATOR
Link copied to clipboard
const val DEFAULT_DECIMAL_SEPARATOR: String
The default value of the decimalSeparator field.
DEFAULT_GROUPING_SEPARATOR
Link copied to clipboard
const val DEFAULT_GROUPING_SEPARATOR: String
The default value of the groupingSeparator field.
DEFAULT_MAX_VALUE
Link copied to clipboard
const val DEFAULT_MAX_VALUE: Double = 1_000.0
The default value of the maxValue field.
DEFAULT_MIN_VALUE
Link copied to clipboard
const val DEFAULT_MIN_VALUE: Double = 0.0
The default value of the minValue field.
DEFAULT_PREFIX
Link copied to clipboard
const val DEFAULT_PREFIX: String
The default value of the prefix field.
DEFAULT_SHOW_TRAILING_ZEROES
Link copied to clipboard
const val DEFAULT_SHOW_TRAILING_ZEROES: Boolean = true
The default value of the showTrailingZeroes field.
DEFAULT_SUFFIX
Link copied to clipboard
const val DEFAULT_SUFFIX: String
The default value of the suffix field.

Sources

jvm source
Link copied to clipboard