Overload List
Name | Description | |
---|---|---|
Not |
Inverts the set. Any index that was included in the set
will be excluded and vice versa.
Note: the method changes the internal state of this IndexSet |
|
Not(IndexSet) |
Returns a new IndexSet that is the complement of the specified source set.
Any index that is included in the source set will be excluded and vice versa.
|
See Also