ColumnCount
MathMatrix.ColumnCount 属性
矩阵中的列数
public int ColumnCount { get; }
示例
示例:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int columnCount = matrix.ColumnCount;
另请参阅
- class MathMatrix
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
矩阵中的列数
public int ColumnCount { get; }
示例:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int columnCount = matrix.ColumnCount;