RowCount

MathMatrix.RowCount property

Количество строк в матрице

public int RowCount { get; }

Примеры

Пример:

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

Смотрите также