Base

MathNaryOperator.Base 属性

基础参数

public IMathElement Base { get; }

示例

示例:

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

参见