Represents a collection of complex numbers.
Add | Adds and returns a new complex value. |
Clear | Clears all complex values from the collection. |
InsertAt | Inserts and returns a new complex value at the supplied index. |
RemoveAt | Remove the complex value with the supplied index. |
Count | Returns the number of elements in the collection. |
Item | Given an index, returns the element in the collection. |