Superscript

IMathNaryOperator.Superscript propriété

Spécifie un argument de exposant qui, par exemple, dans le cas d’un intégral, 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 aussi