copy unsigned array from managed to unmanaged

Posted by gil on Stack Overflow See other posts from Stack Overflow or by gil
Published on 2010-03-22T16:58:08Z Indexed on 2010/03/22 17:01 UTC
Read the original article Hit count: 197

Filed under:
|
|

Marshal.copy allows for signed data types only, but I have a giant array of uint16 to pass to IPP code. Any ideas ?

unsafe for looping on it seems wrong ...

© Stack Overflow or respective owner

Related posts about c#

Related posts about managed