Limit

Propiedad IMathLimit.Limit

Argumento de límite

public IMathElement Limit { get; }

Ejemplos

Ejemplo:

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

Ver También