Base

Propriété MathLimit.Base

Argument de base

public IMathElement Base { get; }

Exemples

Exemple:

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

Voir aussi