UpperLimit

MathLimit.UpperLimit property

Especifica el límite superior o inferior

public bool UpperLimit { get; set; }

Ejemplos

Ejemplo:

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

Ver también