ILNumerics Ultimate VS

ExtensionMethods.GetCell Method (ConcreteArray<BaseArray, Cell, InCell, OutCell, RetCell, CellStorage>, InArray<Int64>)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gives the content of a cell element of element type cell.

[ILNumerics Core Module]

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

public static RetCell GetCell(
	this ConcreteArray<BaseArray, Cell, InCell, OutCell, RetCell, CellStorage> A,
	InArray<long> indices
)

Parameters

A
Type: ILNumerics.Core.Arrays.ConcreteArray<BaseArray, Cell, InCell, OutCell, RetCell, CellStorage>
The source cell.
indices
Type: ILNumerics.InArray<Int64>
Indices into the dimensions of A addressing the single cell storing the inner cell to retrieve.

Return Value

Type: RetCell
Lazy, shallow copy of the element found at given indices.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ConcreteArray<BaseArray, Cell, InCell, OutCell, RetCell, CellStorage>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions

ExceptionCondition
ArgumentNullExceptionIf indices is null.
Remarks

[ILNumerics Core Module]

See Also

Reference

MathInternal.size(Int64, Int64, Int64, Int64, Int64)
MathInternal.size(Int64)