UpperLimit

MathLimit.UpperLimit property

Specifies upper or lower limit

public bool UpperLimit { get; set; }

Examples

Example:

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

See Also