www.emgu.com/wiki
Copy a generic vector to the unmanaged memory

Declaration Syntax
public static void CopyVector<D>(
D[] src,
IntPtr dest
)
Public Shared Sub CopyVector(Of D) ( _
src As D(), _
dest As IntPtr _
)
public:
generic<typename D>
static void CopyVector(
array<D>^ src,
IntPtr dest
)

Generic Template Parameters
- D
- The data type of the vector

Parameters
- src (array<
D
>[]()[])
- The source vector
- dest (IntPtr)
- Pointer to the destination unmanaged memory
Assembly:
Emgu.Util (Module: Emgu.Util) Version: 1.1.3342.35620 (1.1.0.0)