HideSubscript

MathNaryOperator.HideSubscript Eigenschaft

Subskript ausblenden

public bool HideSubscript { get; set; }  

Beispiele

Beispiel:

[C#]  
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");  
naryOperator.HideSubscript = true;  

Siehe Auch