GH_IndexRange Methods |
The GH_IndexRange type exposes the following members.
Name | Description | |
---|---|---|
AdjacentTo |
Tests whether this range is adjacent to another.
| |
Contains(GH_IndexRange) |
Tests whether a specified range is entirely contained within this range.
| |
Contains(Int32) |
Tests whether a specified index is defined by this range.
| |
Intersection |
Create the intersection between two ranges.
| |
IntersectsWith |
Tests whether certain indices are described by both this and another range.
| |
Split |
Split a range into two using an integer index.
| |
ToString | (Overrides ValueTypeToString.) | |
Union |
Create a range which contains both input ranges.
|