The IMapIndexArray type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Add(Double) |
Add a new index of type double to the array
|
|
|
Add(Int32) |
Add a new index of type int to the array
|
|
|
Add(String) |
Add a new index of type String to the array
|
|
|
Add(ITuple) |
Add a new index of tuples to the array.
|
|
|
Clear |
This member function removes all the elements from the invoking array.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Size |
This member function returns an integer specifying the size of the invoking array.
An empty array has size 0 (zero).
|