Click or drag to resize

MatrixWrapperStructForTopSpineJaggedArrayT Constructor

Overload List
 NameDescription
Public methodMatrixWrapperStructForTopSpineJaggedArrayT(Int32, Int32) Initializes a new instance of the MatrixWrapperStructForLeftSpineJaggedArrayT struct and creates the jagged matrix array. This array is a jagged array structure where the spine array is located at the top of the matrix, and the columns 'are hanging down' from this spine array. Access to elements of the underlying array is done by array[col][row], i.e. with col and row exchanged.
Public methodMatrixWrapperStructForTopSpineJaggedArrayT(T, Int32, Int32) Initializes a new instance of the MatrixWrapperStructForLeftSpineJaggedArrayT struct by wrapping the provided array.
Top
See Also