Base

MathLimit.Base property

Argumento base

public IMathElement Base { get; }

Ejemplos

Ejemplo:

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

Ver también