CastArray3DTFrom, TToItem Property

Overload List

ItemIndex Gets a plane of the CastArray3DTFrom, TTo as a CastArray2DTFrom, TTo instance. Please note that the size of TTo multiplied by Width times Height must be divisible by the size of TFrom.
ItemInt32 Gets a plane of the CastArray3DTFrom, TTo as a CastArray2DTFrom, TTo instance. Please note that the size of TTo multiplied by Width times Height must be divisible by the size of TFrom.
ItemRange Gets a new CastArray3DTFrom, TTo instance, which represents a subrange of planes of the current instance indicated by the specified range. Please note that the size of TTo multiplied by Width times Height must be divisible by the size of TFrom.
ItemInt32, Int32, Int32 Gets or sets the element at the specified indices. Parameter order is the same as in case of a regular three-dimensional array.

See Also