ILNumerics Ultimate VS

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

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[
	BaseArray d0,
	BaseArray d1,
	BaseArray d2,
	BaseArray d3
] { get; }

Parameters

d0
Type: ILNumericsBaseArray
Range specification(s) for dimension #0.
d1
Type: ILNumericsBaseArray
Range specification(s) for dimension #1.
d2
Type: ILNumericsBaseArray
Range specification(s) for dimension #2.
d3
Type: ILNumericsBaseArray
Range specification(s) for dimension #3.

Return Value

Type: RetT
Subarray according to the range specification(s) in d0,... .
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.). This is part of the 'flexible' subarray API: the array returned will reference new memory with copies of the elements from this array.

[ILNumerics Core Module]

See Also

Reference

Other Resources