Base

MathNaryOperator.Base property

基本参数

public IMathElement Base { get; }

例子

示例:

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

也可以看看