ILNumerics Ultimate VS

IStorageClone Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Clone the storage. The clone will utilize distinct memory for all reference types and shared memory for value typed arrays.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.StorageLayer
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

IStorage Clone()

Return Value

Type: IStorage
Shallow, lazy clone of this IStorage.
Remarks

[ILNumerics Core Module]

See Also

Reference