AnalysisNumericSeparatorConfiguration

data class AnalysisNumericSeparatorConfiguration(val decimalSeparator: AnalysisNumericSeparatorSymbol? = null, val thousandsSeparator: AnalysisThousandSeparatorOptions? = null)

Constructors

Link copied to clipboard
constructor(decimalSeparator: AnalysisNumericSeparatorSymbol? = null, thousandsSeparator: AnalysisThousandSeparatorOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines the decimal separator.

Link copied to clipboard

The options that determine the thousands separator configuration.