Limit
MathLimit.Limit property
限制参数
public IMathElement Limit { get; }
例子
示例:
[C#]
MathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞"));
IMathElement limitArg = limitElement.Limit;
也可以看看
- interface IMathElement
- class MathLimit
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides