Represents a collection of doubles.
Add | Add a value to the collection of doubles. |
RemoveAll | Clears the collection. |
RemoveAt | Remove an element from the collection at a specified position. |
SetAt | Updates an element in the collection at a specified position. |
ToArray | Returns an array of the elements in the collection. |