HidePlaceholders

MathMatrix.HidePlaceholders property

隐藏空矩阵元素的占位符 默认值:false

public bool HidePlaceholders { get; set; }

例子

示例:

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

也可以看看