ILNumerics Ultimate VS

MemoryHandleCopyTo Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Copy memory.

[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 virtual void CopyTo(
	uint sourceDevice,
	MemoryHandle target,
	uint targetDevice,
	ulong start,
	IntPtr length
)

Parameters

sourceDevice
Type: SystemUInt32
target
Type: ILNumerics.Core.MemoryLayerMemoryHandle
targetDevice
Type: SystemUInt32
start
Type: SystemUInt64
offset to the src memory address in bytes.
length
Type: SystemIntPtr
number of bytes to copy. Note: derived types may expect 'nr of elements' here!
Remarks

[ILNumerics Core Module]

See Also

Reference