CreateMathMatrix

MathMatrixFactory.CreateMathMatrix method

Creates a math matrix

public IMathMatrix CreateMathMatrix(int rowCount, int columnCount)
ParameterTypeDescription
rowCountInt32row count
columnCountInt32column count

Return Value

new math matrix

See Also