CreateMathLimit

CreateMathLimit(IMathElement, IMathElement, bool)

Creates IMathLimit

public IMathLimit CreateMathLimit(IMathElement baseArg, IMathElement limit, bool upperLimit)
ParameterTypeDescription
baseArgIMathElementBase argument to apply the limit
limitIMathElementLimit element
upperLimitBooleanSets the placement of the limit on top

Return Value

new math limit

See Also


CreateMathLimit(IMathElement, IMathElement)

Creates IMathLimit with limit at the bottom

public IMathLimit CreateMathLimit(IMathElement baseArg, IMathElement limit)
ParameterTypeDescription
baseArgIMathElementBase argument to apply the limit
limitIMathElementLimit element

Return Value

new math limit

See Also