Array3DTItem(Int32) 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[
	int z
] {
	get;
 }

Parameters

z  Int32
The depth index of the plane to obtain.

Return Value

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

Exceptions

ArgumentOutOfRangeExceptionz is out of range.

See Also