ILNumerics Ultimate VS

CellStorageClone Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public override IStorage Clone()

Return Value

Type: IStorage
Clone of this storage, sharing the memory handles with this storage.

Implements

IStorageClone
IStorageClone
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

Reference