RowCount

MathMatrix.RowCount property

矩阵中的行数

public int RowCount { get; }

例子

示例:

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

也可以看看