The LocationTools type exposes the following members.

Methods

  NameDescription
AreEqual
Return whether two locations are equal.
CanMerge
Determines whether the locations are touching or not (if they could be merged in a single location.
Contains
Return true iff all indices in locB are also contained by locA.
Intersection
Return the intersection of two locations.
MakeLocation
Return a contiguous Location from min to max.
Overlaps
Determines whether the locations overlap or not.
Union
The union will be a location instance that contains every index contained by either locA or locB.

See Also