CreateMathMatrix
IMathMatrixFactory.CreateMathMatrix 方法
创建一个数学矩阵
public IMathMatrix CreateMathMatrix(int rowCount, int columnCount)
参数 | 类型 | 描述 |
---|---|---|
rowCount | Int32 | 行数 |
columnCount | Int32 | 列数 |
返回值
新的数学矩阵
创建一个数学矩阵
public IMathMatrix CreateMathMatrix(int rowCount, int columnCount)
参数 | 类型 | 描述 |
---|---|---|
rowCount | Int32 | 行数 |
columnCount | Int32 | 列数 |
新的数学矩阵