IndexPair Structure |
Namespace: Rhino
The IndexPair type exposes the following members.
Name | Description | |
---|---|---|
Count |
Returns the amount of elements in this pair of indices, which is always 2.
| |
I |
Gets or sets the first, I index.
| |
Item |
Gets or sets a particular index of this structure.
Remarks Only 0 and 1 are valid indices. | |
J |
Gets or sets the second, J index.
|
Name | Description | |
---|---|---|
Contains |
Determines whether the IndexPair contains a specific value.
| |
CopyTo | ||
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetEnumerator | ||
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Determines the index of a specific item in IndexPair.
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |