Array3DTSlice(Int32) Method

Gets a new Array3DT instance, which represents a subrange of planes of the current instance starting with the specified startPlaneIndex.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public Array3D<T> Slice(
	int startPlaneIndex
)

Parameters

startPlaneIndex  Int32
The offset that points to the first plane of the returned Array3DT.

Return Value

Array3DT
The subrange of planes of the current Array3DT instance starting with the specified startPlaneIndex.

See Also