IMathLimit

IMathLimit interface

Specifies the Limit object, consisting of text on the baseline and reduced-size text immediately above or below it.

public interface IMathLimit : IMathElement

Properties

NameDescription
AsIMathElement { get; }Allows to get base IMathElement interface IMathElement
Base { get; }Base argument
Limit { get; }Limit argument
UpperLimit { get; set; }Specifies upper or lower limit

Examples

Example:

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

See Also