HidePlaceholders

IMathMatrix.HidePlaceholders 属性

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

public bool HidePlaceholders { get; set; }

示例

示例:

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

另请参阅