ILNumerics Ultimate VS

ImmutableT1, LocalT, InT, OutT, RetT, StorageTItem Property (DimSpec)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets a subarray from this array.

[ILNumerics Core Module]

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

public RetT this[
	params DimSpec[] dims
] { get; }

Parameters

dims
Type: ILNumericsDimSpec
Array with range specification(s) for dimensions of this array.

Return Value

Type: RetT
Subarray according to the range specification(s) in dims.
Exceptions

ExceptionCondition
IndexOutOfRangeExceptionIf an index lays outside of the allowed range. The exception message will carry more details regarding the cause of this error.
Remarks

This indexer supports subarray retrieval from immutable arrays (RetArray, RetLogical etc.).

[ILNumerics Core Module]

See Also

Reference

Other Resources