ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
The stride for the dimension addressed by dim.
Get the spacing between elements in the dimension dim.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- dim
- Type: SystemUInt32
0 based index of the dimension.
Return Value
Type: Int64The stride for the dimension addressed by dim.
Remarks
Strides in ILNumerics arrays are always positive.
For dim larger or equal to NumberOfDimensions the function returns NumberOfElements which is the correct value for column-major storage. For non-column major storages the strides of dimensions outside the range of the number of dimensions of this size descriptor are not defined.
[ILNumerics Core Module]
See Also