Class which holds a read-only collection of doubles.
Inheritance Hierarchy
Cognex.Vision.Implementation ReadOnlyCollectionOfdouble
Cognex.Vision DoubleReadOnlyCollection
Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
The DoubleReadOnlyCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DoubleReadOnlyCollection | Constructs a new instance of the collection class. |
Methods
| Name | Description | |
|---|---|---|
| CopyTo |
Copies all the elements of the collection to the specified one-dimensional array
starting at the specified destination array index. The index is specified as a 32-bit integer.
(Overrides ReadOnlyCollectionOfdouble CopyTo( Double , Int32).) | |
| Equals | Compares the equality of this object with another. (Overrides Object Equals(Object).) | |
| GetEnumerator |
Returns an IEnumerator for the collection.
(Overrides ReadOnlyCollectionOfdouble GetEnumerator .) | |
| GetHashCode | Returns the hash code of this object. (Overrides Object GetHashCode .) | |
| GetItem | Get the item at the specified index. (Overrides ReadOnlyCollectionOfdouble GetItem(Int32).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two DoubleReadOnlyCollection objects. | |
| Inequality | Compares the inequality of two DoubleReadOnlyCollection objects. |
Properties
| Name | Description | |
|---|---|---|
| Count | Get the number of elements contained in this collection. | |
| Handle | (Overrides ReadOnlyCollectionOfdouble Handle.) | |
| Item | (Overrides ReadOnlyCollectionOfdouble Item Int32 .) |
See Also