|
Operator Description Example(s) |
|---|
|
Does the first multirange contain the second?
|
|
Does the multirange contain the range?
|
|
Does the multirange contain the element?
|
|
Does the range contain the multirange?
|
|
Is the first multirange contained by the second?
|
|
Is the multirange contained by the range?
|
|
Is the range contained by the multirange?
|
|
Is the element contained by the multirange?
|
|
Do the multiranges overlap, that is, have any elements in common?
|
|
Does the multirange overlap the range?
|
|
Does the range overlap the multirange?
|
|
Is the first multirange strictly left of the second?
|
|
Is the multirange strictly left of the range?
|
|
Is the range strictly left of the multirange?
|
|
Is the first multirange strictly right of the second?
|
|
Is the multirange strictly right of the range?
|
|
Is the range strictly right of the multirange?
|
|
Does the first multirange not extend to the right of the second?
|
|
Does the multirange not extend to the right of the range?
|
|
Does the range not extend to the right of the multirange?
|
|
Does the first multirange not extend to the left of the second?
|
|
Does the multirange not extend to the left of the range?
|
|
Does the range not extend to the left of the multirange?
|
|
Are the multiranges adjacent?
|
|
Is the multirange adjacent to the range?
|
|
Is the range adjacent to the multirange?
|
|
Computes the union of the multiranges. The multiranges need not overlap or be adjacent.
|
|
Computes the intersection of the multiranges.
|
|
Computes the difference of the multiranges.
|