RowCount

MathMatrix.RowCount property

Anzahl der Zeilen in der Matrix

public int RowCount { get; }

Beispiele

Beispiel:

[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int rowCount = matrix.RowCount;

Siehe auch