Base

MathLimit.Base property

基本参数

public IMathElement Base { get; }

例子

示例:

[C#]
MathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞"));
IMathElement baseArg = limitElement.Base;

也可以看看