ILNumerics Ultimate VS

IStorage Interface

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

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

public interface IStorage

The IStorage type exposes the following members.

Methods

  NameDescription
Public methodClone
Clone the storage. The clone will utilize distinct memory for all reference types and shared memory for value typed arrays.

[ILNumerics Core Module]

Public methodGetBaseArray
Gets a BaseArray instance (RetArray) corresponding to this storage.

[ILNumerics Core Module]

Public methodGetBaseArrayClone
Gets a BaseArray instance (RetArray) corresponding to a clone of this storage.

[ILNumerics Core Module]

Public methodGetCellContentDirect
Retrieves the cell _content_ of the cell addressed by indices without cloning.

[ILNumerics Core Module]

Public methodRelease
Public methodRetain
Public methodSetCellContentDirect
Sets the value of the element / cell element (==array) addressed by indices without cloning.

[ILNumerics Core Module]

Public methodShortInfo
Public methodToString
Top
See Also

Reference