MathMatrix
Constructeur MathMatrix
Initialise une nouvelle instance de la classe MathMatrix.
public MathMatrix(int rowCount, int columnCount)
Paramètre | Type | Description |
---|---|---|
rowCount | Int32 | nombre de lignes |
columnCount | Int32 | nombre de colonnes |
Exemples
Exemple :
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
Voir aussi
- classe MathMatrix
- espace de noms Aspose.Slides.MathText
- assembly Aspose.Slides