EBW32Vector::operator[]

Gives access to the vector element at the given index.

Namespace: Euresys::Open_eVision

[C++]

EBW32& operator[](
   OEV_UINT32 index
)

Parameters

index

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

EBW32Vector.operator[]

Gives access to the vector element at the given index.

Namespace: Euresys.Open_eVision

[C#]

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

Parameters

index

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