ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Copy elements.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.MemoryLayer
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public override void CopyTo( uint sourceDevice, MemoryHandle target, uint targetDevice, ulong start, IntPtr length )
Parameters
- sourceDevice
- Type: SystemUInt32
- target
- Type: ILNumerics.Core.MemoryLayerMemoryHandle
Target handle - targetDevice
- Type: SystemUInt32
- start
- Type: SystemUInt64
start - length
- Type: SystemIntPtr
!! Nr of ELEMENTS to copy! This intentionally deviates from the API of the base class!!
Remarks
[ILNumerics Core Module]
See Also