EC24Vector::operator=

Copies all the data from another EC24Vector object into the current EC24Vector object

Namespace: Euresys::Open_eVision

[C++]

EC24Vector& operator=(
   const EC24Vector& other
)

Parameters

other

EC24Vector object to be copied

EC24Vector.operator=

Copies all the data from another EC24Vector object into the current EC24Vector object

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.EC24Vector operator=(
   Euresys.Open_eVision.EC24Vector other
)

Parameters

other

EC24Vector object to be copied