Subscript

IMathNaryOperator.Subscript property

Spécifie un argument d’indice qui, par exemple, dans le cas d’une intégrale, définit la limite inférieure

public IMathElement Subscript { get; }

Exemples

Exemple :

[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
IMathElement subscriptArg = naryOperator.Subscript;

Voir également