ILNumerics - Technical Application Development
Top
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