ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Lazy, shallow copy of the matching element found at given position or null.
Gives the content of a cell element as ILNumerics array of specified type T.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public static RetArray<T> GetArray<T>( this ConcreteArray<BaseArray, Cell, InCell, OutCell, RetCell, CellStorage> A, long d0, long d1, long d2, long d3, long d4, long d5 )
Parameters
- A
- Type: ILNumerics.Core.Arrays.ConcreteArray<BaseArray, Cell, InCell, OutCell, RetCell, CellStorage>
The source cell. - d0
- Type: System.Int64
Index into the first dimensions of A addressing the single cell storing the array. - d1
- Type: System.Int64
Index into the second dimensions of A. - d2
- Type: System.Int64
Index into the third dimensions of A. - d3
- Type: System.Int64
Index into the 4-th dimensions of A. - d4
- Type: System.Int64
Index into the 5-th dimensions of A. - d5
- Type: System.Int64
Index into the 6-th dimensions of A.
Type Parameters
- T
Return Value
Type: RetArray<T>Lazy, shallow copy of the matching element found at given position or null.
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).Remarks
[ILNumerics Core Module]
See Also
Reference
MathInternal.size(Int64, Int64, Int64, Int64, Int64)
MathInternal.size(Int64)