ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Sets the value of the element / cell element (==array) 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
void SetCellContentDirect( IStorage value, long* indices, uint lenIndices, uint start, bool allowExpand )
Parameters
- value
- Type: ILNumerics.Core.StorageLayerIStorage
New value for the element. Will be stored without creating a clone. - 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. - allowExpand
- Type: SystemBoolean
Flag indicating which expansion mode to apply (numpy=false, ILNumericsV4=true).
Remarks
[ILNumerics Core Module]
See Also