HidePlaceholders

MathMatrix.HidePlaceholders Eigenschaft

Die Platzhalter für leere Matrixelemente ausblenden. Standard: false

public bool HidePlaceholders { get; set; }

Beispiele

Beispiel:

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

Siehe Auch