class DecimalSettings : Settings<DecimalSettings>
Contains settings for generating random decimals.
See Also
DecimalSettings()
Contains settings for generating random decimals. |
var decimalCount: Int
The number of decimals to display. |
|
var decimalSeparator: String
The character that should separate decimals. |
|
var groupingSeparator: String
The character that should separate groups. |
|
var maxValue: Double
The maximum value to be generated, inclusive. |
|
var minValue: Double
The minimum value to be generated, inclusive. |
fun getState(): DecimalSettings
Returns |
|
fun loadState(state: DecimalSettings): Unit
Copies the fields of state to |
val default: DecimalSettings
The persistent |
|
const val DEFAULT_DECIMAL_COUNT: Int
The default value of the decimalCount field. |
|
const val DEFAULT_DECIMAL_SEPARATOR: String
The default value of the decimalSeparator field. |
|
const val DEFAULT_GROUPING_SEPARATOR: String
The default value of the groupingSeparator field. |
|
const val DEFAULT_MAX_VALUE: Double
The default value of the maxValue field. |
|
const val DEFAULT_MIN_VALUE: Double
The default value of the minValue field. |