CreateMathMatrix

MathMatrixFactory.CreateMathMatrix method

创建一个数学矩阵

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

返回值

新数学矩阵

也可以看看