Discrete Range
Represents a range of values between min (inclusive) and max (exclusive) of the given list of values.
Since
1.0.0
Author
Matthias Kovacic
See also
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.
Link copied to clipboard
Returns the values of this range as a double array.
Link copied to clipboard
Get the union of this range and the given range.