UpperLimit

MathLimit.UpperLimit property

Gibt Ober- oder Untergrenze an

public bool UpperLimit { get; set; }

Beispiele

Beispiel:

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

Siehe auch