Limit

MathLimit.Limit property

Argumento límite

public IMathElement Limit { get; }

Ejemplos

Ejemplo:

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

Ver también