Class DoubleRange (2.5.2)

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

A range between two double numbers.

Attributes

NameDescription
start float
Start of the range, inclusive.
end float
End of the range, exclusive.