Overload List
Name | Description | |
---|---|---|
Subtract(IndexSet) |
Subtracts that IndexSet from this one. In other words,
the indexes in that IndexSet are removed from this.
Note: the method changes the internal state of this IndexSet |
|
Subtract(IndexSet, IndexSet) |
Returns a new IndexSet that is a subtraction between two IndexSet.
In other words, the new IndexSet is a copy of
set1 without the indexes in
set2.
|
See Also