CreateMathLimit
CreateMathLimit(IMathElement, IMathElement, bool)
创建 IMathLimit
public IMathLimit CreateMathLimit(IMathElement baseArg, IMathElement limit, bool upperLimit)
参数 | 类型 | 描述 |
---|---|---|
baseArg | IMathElement | 应用限制的基本参数 |
limit | IMathElement | 限制元素 |
upperLimit | Boolean | 设置限制的位置在上方 |
返回值
新的数学限制
另请参见
CreateMathLimit(IMathElement, IMathElement)
创建具有下方限制的 IMathLimit
public IMathLimit CreateMathLimit(IMathElement baseArg, IMathElement limit)
参数 | 类型 | 描述 |
---|---|---|
baseArg | IMathElement | 应用限制的基本参数 |
limit | IMathElement | 限制元素 |
返回值
新的数学限制