Pop multiple elements from the sequence
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public T[] PopMulti( int count, BACK_OR_FRONT backOrFront ) |
Visual Basic (Declaration) |
---|
Public Function PopMulti ( _ count As Integer, _ backOrFront As BACK_OR_FRONT _ ) As T() |
Visual C++ |
---|
public: array<T>^ PopMulti( int count, BACK_OR_FRONT backOrFront ) |
Parameters
- count
- Type: System..::.Int32
The number of elements to be poped
- backOrFront
- Type: Emgu.CV.CvEnum..::.BACK_OR_FRONT
The location the pop operation is started