ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Clone of this storage, sharing the memory handles with this storage.
IStorageClone
Creates a shallow copy of this storage. It copies the cells recursively but shares the memory of arrays in cell elements.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.StorageLayer
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Return Value
Type: IStorageClone of this storage, sharing the memory handles with this storage.
Implements
IStorageCloneIStorageClone
Remarks
The storage returned has an array reference count of 0. Reference counts for the (shared) handles are increased accordingly.
[ILNumerics Core Module]
See Also