ILNumerics Ultimate VS

Globalsr Method (BaseArray, BaseArray)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Range for indexing / subarray operations. ILNumericsV4 / Matlab / Octave / Julia style. Step size: 1.

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static DimSpec r(
	BaseArray start,
	BaseArray end
)

Parameters

start
Type: ILNumericsBaseArray
Inclusive start index: scalar, numeric array with the starting index of this range.
end
Type: ILNumericsBaseArray
Scalar, numeric array with the last index of the selected range (inclusive).

Return Value

Type: DimSpec
Stepped range to be used in indexing expressions.
Remarks

[ILNumerics Core Module]

See Also

Reference