Class Range (2.3.0)

Range(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Range of numerical values, inclusive of min and exclusive of max. If the open range "< range.max" is desired, set range.min = -infinity. If the open range ">= range.min" is desired, set range.max = infinity.

Attributes

NameDescription
min_ float
Range minimum.
max_ float
Range maximum.