[This is preliminary documentation and is subject to change.]
Convert some generic vector to vector of Bytes
Namespace:
Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public static byte[] ToBytes<D>( D[] data )
Public Shared Function ToBytes(Of D) ( _ data As D() _ ) As Byte()
public: generic<typename D> static array<unsigned char>^ ToBytes( array<D>^ data )
Parameters
- data
- array<
D
>[]()[]
array of data
Type Parameters
- D
- type of the input vector