VectorOfOclPlatformInfoPush Method (PlatformInfo) |
http://www.emgu.com
Push multiple values into the standard vector
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic void Push(
PlatformInfo[] values
)
Public Sub Push (
values As PlatformInfo()
)
public:
void Push(
array<PlatformInfo^>^ values
)
member Push :
values : PlatformInfo[] -> unit
Parameters
- values
- Type: Emgu.CV.OclPlatformInfo
The values to be pushed to the vector
See Also