CreateMathMatrix

IMathMatrixFactory.CreateMathMatrix method

Erstellt eine mathematische Matrix

public IMathMatrix CreateMathMatrix(int rowCount, int columnCount)
ParameterTypBeschreibung
rowCountInt32Reihenanzahl
columnCountInt32Spaltenanzahl

Rückgabewert

neue mathematische Matrix

Siehe auch