Range
Represents a range of values between min (inclusive) and max (exclusive).
Since
1.0.0
Author
Matthias Kovacic
Properties
Functions
Link copied to clipboard
Get the difference of this range and the given range.
Link copied to clipboard
Get the intersection of this range and the given range.
Link copied to clipboard
Returns true if this range is a subset of the given range in terms of min and max values.
Link copied to clipboard
Returns true if this range is a superset of the given range in terms of min and max values.