ILNumerics Ultimate VS

MemoryHandleClone Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Returns a new memory handle of the same type with a shallow copy of all elements of this handle.

[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 abstract MemoryHandle Clone()

Return Value

Type: MemoryHandle
MemoryHandle of the same concrete type.
Remarks

[ILNumerics Core Module]

See Also

Reference