IndexSetSubtract Method

TIBCO Spotfire 11.4 API Reference
Overload List

  NameDescription
Public methodSubtract(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

Public methodStatic memberSubtract(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.
Top
See Also

Reference