EBW8Vector::operator[]

Gives access to the vector element at the given index.

Namespace: Euresys::Open_eVision

[C++]

EBW8& operator[](
   OEV_UINT32 index
)

Parameters

index

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

EBW8Vector.operator[]

Gives access to the vector element at the given index.

Namespace: Euresys.Open_eVision

[C#]

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

Parameters

index

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