FloatRange
objectA numeric value expressed as a (possibly open-ended) range.
Marketed metrics are frequently disclosed as ranges rather than exact
figures, so values are represented by their bounds and whether each bound
is inclusive.
lower
Any Ofrequired
Lower bound of the range; null if unbounded below.
Variant 1number
lower_inclusivebooleanrequired
Whether the lower bound is inclusive.
upper
Any Ofrequired
Upper bound of the range; null if unbounded above.
Variant 1number
upper_inclusivebooleanrequired
Whether the upper bound is inclusive.
Example