IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
IMatrixOld | GetCopy () |
![]() | |
T[,] | CopyToArray () |
Copy all elements of this matrix to a rectangular 2D array. More... | |
T[][] | CopyToJaggedArray () |
Copy all elements of this matrix to a jagged array. More... | |
Additional Inherited Members | |
![]() | |
int | RowCount [get] |
Gets the number of rows. More... | |
int | ColumnCount [get] |
Gets the number of columns. More... | |
T | this[int i, int j] [get, set] |
Gets or set the element indexed by (i, j) in the Matrix . More... | |
IMatrixOld IG.Old.IMatrixOld.GetCopy | ( | ) |