ArrayExtensionsCast3D Method

Overload List

Cast3DTFrom, TTo(ArraySegmentTFrom, Int32, Int32, Int32) Reinterprets the specified arraySegment as a three-dimensional CastArray3DTFrom, TTo struct, while its element type is cast from TFrom to TTo. No heap allocation occurs when using this method.
Cast3DTFrom, TTo(TFrom, Int32, Int32, Int32) Reinterprets the specified array as a three-dimensional CastArray3DTFrom, TTo struct, while its element type is cast from TFrom to TTo. No heap allocation occurs when using this method.

See Also