UpperLimit

MathLimit.UpperLimit property

指定上限或下限

public bool UpperLimit { get; set; }

例子

示例:

[C#]
MathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞"));
limitElement.UpperLimit = false;

也可以看看