UpperLimit

IMathLimit.UpperLimit property

Spécifie la 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 également