HidePlaceholders

IMathMatrix.HidePlaceholders property

Hide the placeholders for empty matrix elements Default: false

public bool HidePlaceholders { get; set; }

Examples

Example:

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

See Also