IMathLimit

IMathLimit 接口

指定 Limit 对象,由基线上的文本以及其上方或下方的缩小文本组成。

public interface IMathLimit : IMathElement

属性

名称描述
AsIMathElement { get; }允许获取基 IMathElement 接口 IMathElement
Base { get; }基础参数
Limit { get; }限制参数
UpperLimit { get; set; }指定上限或下限

示例

示例:

[C#]
IMathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞"));

另请参阅