Array3DTItem(Range) Property

Gets a new Array3DT instance, which represents a subrange of planes of the current instance indicated by the specified range.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public Array3D<T> this[
	Range range
] {
	get;
 }

Parameters

range  Range
The range of planes to get.

Return Value

Array3DT
The subrange of planes of the current Array3DT instance indicated by the specified range.

Remarks

  Note

This member is available in .NET Core 3.0/.NET Standard 2.1 and above.

Exceptions

ArgumentOutOfRangeExceptionrange is out of range.

See Also