CreateMathMatrix

IMathMatrixFactory.CreateMathMatrix 方法

创建一个数学矩阵

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

返回值

新的数学矩阵

参见