ILNumerics Ultimate VS

Globalsr Method (UInt32, UInt32, UInt32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public static DimSpec r(
	uint start,
	uint step,
	uint end
)

Parameters

start
Type: SystemUInt32
Inclusive start index.
step
Type: SystemUInt32
Step size. Spacing between adjacent, selected elements.
end
Type: SystemUInt32
Last element (inclusive).

Return Value

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

[ILNumerics Core Module]

See Also

Reference