ILNumerics Ultimate VS

Globalsslice Method (BaseArray, BaseArray)

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(
	BaseArray start,
	BaseArray end
)

Parameters

start
Type: ILNumericsBaseArray
Scalar, numeric array with the starting index of the selection.
end
Type: ILNumericsBaseArray
Scalar, numeric array with the stopping index of this range.

Return Value

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

ExceptionCondition
ArgumentException if start or end are not scalar or not numeric or if the conversion to a long value failed.
Remarks

[ILNumerics Core Module]

See Also

Reference