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限制元素

返回值

新的数学限制

另请参见