Superscript

MathNaryOperator.Superscript property

指定一个超级参数,例如,在整数的情况下,设置上限

public IMathElement Superscript { get; }

例子

示例:

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

也可以看看