ColumnCount
Propiedad MathMatrix.ColumnCount
Número de columnas en la matriz
public int ColumnCount { get; }
Ejemplos
Ejemplo:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int columnCount = matrix.ColumnCount;
Ver También
- clase MathMatrix
- espacio de nombres Aspose.Slides.MathText
- ensamblado Aspose.Slides