CreateMathMatrix

IMathMatrixFactory.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