ILNumerics Ultimate VS

Globalsslice Method (Int64, Int64, Int64)

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

public static DimSpec slice(
	long start,
	long end,
	long step
)

Parameters

start
Type: SystemInt64
Start index of the selection.
end
Type: SystemInt64
Last element (exclusive).
step
Type: SystemInt64
Step size. Spacing between adjacent elements addressed.

Return Value

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

ExceptionCondition
ArgumentException if step is negative.
Remarks

[ILNumerics Core Module]

See Also

Reference