The Range
struct holds the from
and to
endpoints of a range.
See also
toRangeList()
Returns true
if pageNumber
is within the interval [from, to]
; otherwise returns false
.
This variable holds the lower endpoint of the range.
This variable holds the upper endpoint of the range.