Range bounds object definition.
A range bounds defines a minimum and maximum value.
min
number
null
max
precision
intersect
contains
8
Range bounds object definition.
A range bounds defines a minimum and maximum value.
minnumber|null— minimum value boundary, null for unbounded (null)maxnumber|null— maximum value boundary, null for unbounded (null)precisionnumber— precision with which to calculate boundaryintersectandcontains(8)