ILNumerics Ultimate VS

BaseStorageT, LocalT, InT, OutT, RetT, StorageTSetValue Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Helper method delegating array (long*) indices to individual SetValue(d0,d1,..) dimensional indices. Used by Cells deep indexing.

[ILNumerics Core Module]

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

protected void SetValue(
	T value,
	long* indices,
	uint lenIndices,
	bool allowExpand
)

Parameters

value
Type: T
indices
Type: SystemInt64*
lenIndices
Type: SystemUInt32
allowExpand
Type: SystemBoolean
Remarks

[ILNumerics Core Module]

See Also

Reference