MathMatrix

MathMatrix constructor

Инициализирует новый экземпляр класса MathMatrix.

public MathMatrix(int rowCount, int columnCount)
ПараметрТипОписание
rowCountInt32количество строк
columnCountInt32количество столбцов

Примеры

Пример:

[C#]
IMathMatrix matrix = new MathMatrix(2, 3);

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