EPeakVector::operator[]

Gives access to the vector element at the given index.

Namespace: Euresys::Open_eVision

[C++]

EPeak& operator[](
   OEV_UINT32 index
)

Parameters

index

Index, between 0 and EPeakVector (excluded) of the element to be accessed.

EPeakVector.operator[]

Gives access to the vector element at the given index.

Namespace: Euresys.Open_eVision

[C#]

ref Euresys.Open_eVision.EPeak operator[](
   uint index
)

Parameters

index

Index, between 0 and EPeakVector (excluded) of the element to be accessed.