MathMatrix

MathMatrix constructor

Initialisiert eine neue Instanz der MathMatrix-Klasse.

public MathMatrix(int rowCount, int columnCount)
ParameterTypBeschreibung
rowCountInt32Reihenanzahl
columnCountInt32Spaltenanzahl

Beispiele

Beispiel:

[C#]
IMathMatrix matrix = new MathMatrix(2, 3);

Siehe auch