MathMatrix

MathMatrix constructor

初始化 MathMatrix 类的新实例。

public MathMatrix(int rowCount, int columnCount)
范围类型描述
rowCountInt32行数
columnCountInt32列数

例子

示例:

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

也可以看看