public interface IMathMatrixFactory
Allows to create a math matrix
| Modifier and Type | Method and Description |
|---|---|
IMathMatrix |
createMathMatrix(int rowCount,
int columnCount)
Creates a math matrix
|
IMathMatrix createMathMatrix(int rowCount, int columnCount)
Creates a math matrix
rowCount - row countcolumnCount - column countCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.