The INumCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
GetEnumerator |
Returns an enumerator on the collection. (Inherited from IDiscreteDataCollection.) |
|
|
GetIndex(Double) |
Returns the index of a given numeric value. (Inherited from IDiscreteDataCollection.) |
|
|
GetIndex(Int32) |
Returns the index of a given integer value. (Inherited from IDiscreteDataCollection.) |
|
|
GetIndex(String) |
Returns the index of a given string value. (Inherited from IDiscreteDataCollection.) |
|
|
GetValue |
This member function returns the value at the given index.
|