DoubleReadOnlyCollection ClassCognex VisionPro 9.22

Class which holds a read-only collection of doubles.

Inheritance Hierarchy

System Object
  Cognex.Vision.Implementation ReadOnlyCollectionOfdouble
    Cognex.Vision DoubleReadOnlyCollection

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public sealed class DoubleReadOnlyCollection : ReadOnlyCollectionOfdouble, 
	IObject

The DoubleReadOnlyCollection type exposes the following members.

Constructors

  NameDescription
Public methodDoubleReadOnlyCollection

Constructs a new instance of the collection class.

Top
Methods

  NameDescription
Public methodCopyTo
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).)
Public methodEquals
Compares the equality of this object with another.
(Overrides Object Equals(Object).)
Public methodGetEnumerator
Returns an IEnumerator for the collection.
(Overrides ReadOnlyCollectionOfdouble GetEnumerator .)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides Object GetHashCode .)
Public methodGetItem
Get the item at the specified index.
(Overrides ReadOnlyCollectionOfdouble GetItem(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two DoubleReadOnlyCollection objects.
Public operatorStatic memberInequality
Compares the inequality of two DoubleReadOnlyCollection objects.
Top
Properties

  NameDescription
Public propertyCount

Get the number of elements contained in this collection.

(Overrides ReadOnlyCollectionOfdouble Count.)
Public propertyHandle (Overrides ReadOnlyCollectionOfdouble Handle.)
Public propertyItem (Overrides ReadOnlyCollectionOfdouble Item Int32 .)
Top
See Also