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

返回值

新的数学限制

另请参见