Click or drag to resize
ToolboxMergeBytes Method
http://www.emgu.com
Merges two byte vector into one

Namespace: Emgu.Util
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static byte[] MergeBytes(
	byte[] a,
	byte[] b
)

Parameters

a
Type: SystemByte
the first byte vector to be merged
b
Type: SystemByte
the second byte vector to be merged

Return Value

Type: Byte
The bytes that is a concatenation of a and b
See Also