ILNumerics - Technical Application Development 
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
 
 
Top
 
Namespace: ILNumerics.Core.StorageLayer
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The IStorage type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone | 
            Clone the storage. The clone will utilize distinct memory for all reference types and shared memory for value typed arrays.
             [ILNumerics Core Module]  | |
| GetBaseArray | 
            Gets a BaseArray instance (RetArray) corresponding to this storage.
             [ILNumerics Core Module]  | |
| GetBaseArrayClone | 
            Gets a BaseArray instance (RetArray) corresponding to a clone of this storage.
             [ILNumerics Core Module]  | |
| GetCellContentDirect | 
            Retrieves the cell _content_ of the cell addressed by indices without cloning.
             [ILNumerics Core Module]  | |
| Release | ||
| Retain | ||
| SetCellContentDirect | 
            Sets the value of the element / cell element (==array) addressed by indices without cloning.
             [ILNumerics Core Module]  | |
| ShortInfo | ||
| ToString | 
See Also