ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Copy/clone of the elements value. Scalar values are wrapped into a scalar array.
Retrieves the value of the element addressed by the index array indices. Supports deep indexing.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- A
- Type: ILNumericsBaseArrayBaseArray
The cell instance. - indices
- Type: ILNumericsInArrayInt64
Index array addressing the element to be retrieved.
Type Parameters
- T
Return Value
Type: TCopy/clone of the elements value. Scalar values are wrapped into a scalar array.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type BaseArrayBaseArray. 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
Exception | Condition |
---|---|
ArgumentException | If indices is null or have 0 or more than 7 elements. |
Remarks
[ILNumerics Core Module]
See Also