ArrayExtensionsAsArray2D Method

Overload List

AsArray2DT(ArraySegmentT, Int32, Int32) Gets an Array2DT wrapper for the specified ArraySegmentT. The array segment must have enough capacity for the specified height and width. No heap allocation occurs when using this method.
AsArray2DT(T, Int32, Int32) Gets an Array2DT wrapper for the specified array. The array must have enough capacity for the specified height and width. No heap allocation occurs when using this method.

See Also