MathMatrixFactory

MathMatrixFactory class

Allows to create a math matrix

For COM comparibility

MathMatrixFactory

NameDescription
MathMatrixFactory()

Returns: MathMatrixFactory


createMathMatrix

NameDescription
createMathMatrix (int, int)Creates a math matrix

Parameters:

NameTypeDescription
rowCountintrow count
columnCountintcolumn count

Returns: MathMatrix