Superscript

MathNaryOperator.Superscript property

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

public IMathElement Superscript { get; }

Exemples

Exemple :

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

Voir également