ILNumerics Ultimate VS

IStorageGetCellContentDirect Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Retrieves the cell _content_ of the cell addressed by indices without cloning.

[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 GetCellContentDirect(
	long* indices,
	uint lenIndices,
	uint start
)

Parameters

indices
Type: SystemInt64*
Vector of the full index path, from root cell to the target element.
lenIndices
Type: SystemUInt32
Number of indices stored in indices.
start
Type: SystemUInt32
First index in indices to be considered.

Return Value

Type: IStorage
The storage object found at indices, potentially wrapped into a scalar StorageT.
Remarks

[ILNumerics Core Module]

See Also

Reference