ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Subarray according to the range specification(s) in dims.
Gets a subarray from this array, ranges are based on an array of index arrays.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Arrays
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- dims
- Type: ILNumericsBaseArray
Range specification(s).
Return Value
Type: RetTSubarray according to the range specification(s) in dims.
Exceptions
Exception | Condition |
---|---|
IndexOutOfRangeException | If an index lays outside of the allowed range. The exception message will carry more details regarding the cause of this error. |
Remarks
This indexer supports subarray retrieval from immutable arrays (RetArray, RetLogical etc.). This is part of the 'flexible' subarray API: the array returned will reference new memory with copies of the elements from this array.
[ILNumerics Core Module]
See Also