ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Stepped range to be used in indexing expressions.
Range for indexing / subarray operations. ILNumericsV4 / Matlab / Octave / Julia style.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- start
- Type: ILNumericsBaseArray
Inclusive start index: scalar, numeric array with the starting index of this range. - step
- Type: SystemUInt64
Step size between adjacent, selected elements. - end
- Type: ILNumericsBaseArray
Scalar, numeric array with the last index of this range (inclusive).
Return Value
Type: DimSpecStepped range to be used in indexing expressions.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if start array or end array is not scalar or not numeric or if the conversion to a long value failed. |
Remarks
[ILNumerics Core Module]
See Also