A range of doubles.
JSON representation |
---|
{ "min": number, "max": number } |
Fields | |
---|---|
min |
The minimum data value, i.e. the lower bound of the range. |
max |
The maximum data value, i.e. the upper bound of the range. |