Array3DTItem(Index) Property

Gets a plane of the Array3DT as an Array2DT instance.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public Array2D<T> this[
	Index z
] {
	get;
 }

Parameters

z  Index
The depth index of the plane to obtain.

Return Value

Array2DT
An Array2DT instance that represents a plane of this Array3DT instance.

Remarks

  Note

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

Exceptions

ArgumentOutOfRangeExceptionz is out of range.

See Also