MathMatrixFactory
MathMatrixFactory class
Allows to create a math matrix
For COM comparibility
MathMatrixFactory
Name | Description |
---|---|
MathMatrixFactory() |
Returns: MathMatrixFactory
createMathMatrix
Name | Description |
---|---|
createMathMatrix (int, int) | Creates a math matrix |
Parameters:
Name | Type | Description |
---|---|---|
rowCount | int | row count |
columnCount | int | column count |
Returns: MathMatrix