HidePlaceholders

IMathMatrix.HidePlaceholders property

Скрыть заполнители для пустых элементов матрицы По умолчанию:false

public bool HidePlaceholders { get; set; }

Примеры

Пример:

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

Смотрите также