UpperLimit

IMathLimit.UpperLimit propriété

Spécifie limite supérieure ou inférieure

public bool UpperLimit { get; set; }

Exemples

Exemple:

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

Voir Aussi