The following tables list the members exposed by DoubleCollection.
Name | Description | |
---|---|---|
DoubleCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Gets the number of double values in the collecion. | |
DataField | Gets or sets the field in the data source that supplies the double values. | |
DataSource | Gets or sets the data source for the double values. | |
Item | Gets or sets the double value at the specified index. |
Name | Description | |
---|---|---|
Add | Adds a double value to the collection. | |
AddRange | Adds an array of double values to the collection. | |
Clear | Removes all double values from the collection. | |
Clone | Creates a new collection that is a copy of this collection. | |
Contains | Determines whether the collection contains a specific double value. | |
CopyTo | Copies the double values in the collection to an array, starting at the specified array index. | |
GetEnumerator | Gets an enumerator that iterates through the collection. | |
IndexOf | Determines the index of the double value in the collection. | |
Insert | Inserts a double value into the collection at the specified index. | |
InsertRange | Inserts an aray of double values into the collection at the specified index. | |
Remove | Removes a double value from the collection. | |
RemoveAt | Removes a double value from the collection at the specified index. |