Double
|
The DoubleCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| DoubleCollection | Default constructor for the DoubleCollection class. | |
| DoubleCollection(Double) | Constructor for the DoubleCollection class. | |
| DoubleCollection(Int32) | Constructor for the DoubleCollection class. |
| Name | Description | |
|---|---|---|
| Capacity | Represents the number of elements that this collection can contain. | |
| Count | Represents the number of elements that this collection currently stores. | |
| IsFixedSize | Property that indicates whether this collection has a fixed size. | |
| IsReadOnly | Property that indicates whether this collection is read-only. | |
| IsSynchronized | Property that indicates whether access to this collection is thread-safe. | |
| Item | Property that represents an item from the collection at the specified index. | |
| SyncRoot | Property that represents an object that can be used to synchronize access to this collection. |
| Name | Description | |
|---|---|---|
| Add | Adds a value to the collection. | |
| AddRange | Adds a range of values to the end of this integer collection. This method grows the collection capacity if necessary. | |
| Clear | Clears this collection. | |
| Contains | Checks whether this collection contains the specified value. | |
| CopyTo | Copies the specified array to this collection at the specified index. | |
| Equals | (Inherited from Object) |
|
| Finalize | (Inherited from Object) |
|
| GetEnumerator | Returns the enumerator for this collection. | |
| GetHashCode | (Inherited from Object) |
|
| GetType | (Inherited from Object) |
|
| IEnumerable_GetEnumerator | Returns the enumerator for this collection. | |
| IndexOf | Returns the index of the value in the collection that matches the specified value. | |
| Insert | Inserts the specified value to the collection at the provided index. | |
| MemberwiseClone | (Inherited from Object) |
|
| Remove | Removes the specified value from the collection. | |
| RemoveAt | Removes a value from the collection at the specified index. | |
| ToArray | Gets an array that represents this collection. | |
| ToString | (Inherited from Object) |
|
| TrimToSize | Sets the capacity to the actual number of elements in this integer collection. |
| Name | Description | |
|---|---|---|
| DefaultSize |
| © Bricsys NV. All rights reserved. |