ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Stepped slice to be used in indexing expressions.
Slice for indexing / subarray operations. 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
Start index of the selection. - end
- Type: SystemUInt32
Stopping index of the selection (exclusive). - step
- Type: SystemUInt32
Step size. Spacing between adjacent, selected elements.
Return Value
Type: DimSpecStepped slice to be used in indexing expressions.
Remarks
[ILNumerics Core Module]
See Also