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.
Slice for indexing / subarray operations. Step size: 1. numpy 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: SystemUInt32
First element index in this dimension. - end
- Type: SystemUInt32
Last element (exclusive).
Return Value
Type: DimSpecStepped range to be used in indexing expressions.
Remarks
[ILNumerics Core Module]
See Also