VectorOfOclPlatformInfoPush Method (PlatformInfo) |
http://www.emgu.com
Push multiple values into the standard vector
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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