CreateMathMatrix

MathMatrixFactory.CreateMathMatrix Methode

Erstellt eine mathematische Matrix

public IMathMatrix CreateMathMatrix(int rowCount, int columnCount)
ParameterTypBeschreibung
rowCountInt32Anzahl der Zeilen
columnCountInt32Anzahl der Spalten

Rückgabewert

Neue mathematische Matrix

Siehe auch