http://www.emgu.com
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Merges two byte vector into one
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static byte[] MergeBytes( byte[] a, byte[] b ) |
Visual Basic |
---|
Public Shared Function MergeBytes ( _ a As Byte(), _ b As Byte() _ ) As Byte() |
Visual C++ |
---|
public: static array<unsigned char>^ MergeBytes( array<unsigned char>^ a, array<unsigned char>^ b ) |
Parameters
- a
- Type: array<System..::..Byte>[]()[][]
the first byte vector to be merged
- b
- Type: array<System..::..Byte>[]()[][]
the second byte vector to be merged