MathMatrix()

MathMatrix::MathMatrix(int32_t, int32_t) constructor

Initializes a new instance of the MathMatrix class.

Aspose::Slides::MathText::MathMatrix::MathMatrix(int32_t rowCount, int32_t columnCount)

Arguments

ParameterTypeDescription
rowCountint32_trow count
columnCountint32_tcolumn count

Remarks

Example:

auto matrix = System::MakeObject<MathMatrix>(2, 3);

See Also