| VectorOfInt Constructor (Int32) |
http://www.emgu.com
Create an standard vector of Int with the initial values
Namespace: Emgu.CV.UtilAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic VectorOfInt(
int[] values
)
Public Sub New (
values As Integer()
)
public:
VectorOfInt(
array<int>^ values
)
new :
values : int[] -> VectorOfIntParameters
- values
- Type: SystemInt32
The initial values
See Also