The INumSet type exposes the following members.

Methods

  Name Description
Public method Add
This member function adds elt to the invoking set.
Public method Contains
This member function returns a Boolean value (zero or one) that specifies whether elt is an element of the invoking set.
Public method GetEnumerator
Returns an enumerator on the collection.
(Inherited from IDiscreteDataCollection.)
Public method GetIndex(Double)
Returns the index of a given numeric value.
(Inherited from IDiscreteDataCollection.)
Public method GetIndex(Int32)
Returns the index of a given integer value.
(Inherited from IDiscreteDataCollection.)
Public method GetIndex(String)
Returns the index of a given string value.
(Inherited from IDiscreteDataCollection.)
Public method GetValue
This member function returns the value at the given index.
(Inherited from INumCollection.)
Public method Remove
This member function removes elt from the invoking set.

See Also