Class DoubleRange (2.4.2)

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

A range between two double numbers. .. attribute:: start

Start of the range, inclusive.

:type: float

Attribute

NameDescription
end float
End of the range, exclusive.