Decimal Scheme
Contains settings for generating random decimals.
Constructors
Properties
The affixation to apply to the generated values.
Settings that determine whether the output should be an array of values.
The number of decimals to display.
The character that should separate decimals.
Additional logic that determines how strings are generated.
The character that should separate groups if groupingSeparatorEnabled is true
.
true
if and only if the groupingSeparator should be used to separate groups.
Whether to include trailing zeroes in the decimals.
The icon signifying the type of data represented by this scheme, ignoring its decorators, or null
if this scheme does not represent any kind of data, as is the case for DecoratorSchemes.
Functions
Returns a deep copy, retaining the uuid if and only if retainUuid is true
.
Returns a nicely formatted representation of decimal.
Validates the state, and indicates whether and why it is invalid.