HidePlaceholders

IMathMatrix.HidePlaceholders property

Platzhalter für leere Matrixelemente ausblenden Default: false

public bool HidePlaceholders { get; set; }

Beispiele

Beispiel:

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

Siehe auch