Limit

MathLimit.Limit property

Grenzwertargument

public IMathElement Limit { get; }

Beispiele

Beispiel:

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

Siehe auch