Limit

Propriété MathLimit.Limit

Argument Limite

public IMathElement Limit { get; }

Exemples

Exemple:

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

Voir aussi