ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Copy memory onto the same device.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.DeviceManagement
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public abstract void Copy( MemoryHandle sourceHandle, MemoryHandle destHandle, IntPtr offset, IntPtr length )
Parameters
- sourceHandle
- Type: ILNumerics.Core.MemoryLayerMemoryHandle
Handle to memory on this device, the region to copy. - destHandle
- Type: ILNumerics.Core.MemoryLayerMemoryHandle
Handle to the destination region, must be on this device. - offset
- Type: SystemIntPtr
Start offset in bytes. - length
- Type: SystemIntPtr
Number of bytes to copy.
Remarks
[ILNumerics Core Module]
See Also