CreateMathLimit

CreateMathLimit(IMathElement, IMathElement, bool)

创建 IMathLimit

public IMathLimit CreateMathLimit(IMathElement baseArg, IMathElement limit, bool upperLimit)
范围类型描述
baseArgIMathElement应用限制的基本参数
limitIMathElement限制元素
upperLimitBoolean设置限制在顶部的位置

返回值

新数学限制

也可以看看


CreateMathLimit(IMathElement, IMathElement)

创建 IMathLimit,底部有限制

public IMathLimit CreateMathLimit(IMathElement baseArg, IMathElement limit)
范围类型描述
baseArgIMathElement基本参数应用限制
limitIMathElement限制元素

返回值

新数学限制

也可以看看