Base

MathLimit.Base property

Base argument

public IMathElement Base { get; }

Examples

Example:

[C#]
MathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞"));
IMathElement baseArg = limitElement.Base;

See Also