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