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