EBW16Vector::operator[]

Gives access to the vector element at the given index.

Namespace: Euresys::Open_eVision

[C++]

EBW16& operator[](
   OEV_UINT32 index
)

Parameters

index

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

EBW16Vector.operator[]

Gives access to the vector element at the given index.

Namespace: Euresys.Open_eVision

[C#]

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

Parameters

index

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