RowCount
Propiedad MathMatrix.RowCount
Número de filas en la matriz
public int RowCount { get; }
Ejemplos
Ejemplo:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int rowCount = matrix.RowCount;
Véase también
- clase MathMatrix
- espacio de nombres Aspose.Slides.MathText
- ensamblado Aspose.Slides