Array2DT(Int32, Int32) |
Initializes a new instance of the Array2DT struct using the specified height and width.
Parameter order is the same as in case of instantiating a regular two-dimensional array.
If the created Array2DT is not used anymore the Dispose method should be called to return the possibly ArrayPoolT-allocated underlying buffer to the pool. |
Array2DT(ArraySectionT, Int32, Int32) | Initializes a new instance of the Array2DT struct from an existing ArraySectionT using the specified height and width. No heap allocation occurs when using this constructor overload. |
Array2DT(Int32, Int32, Boolean) |
Initializes a new instance of the Array2DT struct using the specified height and width.
Parameter order is the same as in case of instantiating a regular two-dimensional array.
If the created Array2DT is not used anymore the Dispose method should be called to return the possibly ArrayPoolT-allocated underlying buffer to the pool. |