MathMatrix
MathMatrix(int rowCount, int columnCount) constructor
Initializes a new instance of the MathMatrix class.
Parameters
Name | Type | Description |
---|---|---|
rowCount | int | row count |
columnCount | int | column count |
Initializes a new instance of the MathMatrix class.
Name | Type | Description |
---|---|---|
rowCount | int | row count |
columnCount | int | column count |