IMathLimitFactory

public interface IMathLimitFactory

Allows to create IMathLimit


For COM comparibility

Methods

MethodDescription
createMathLimit(IMathElement baseArg, IMathElement limit, boolean upperLimit)Creates IMathLimit
createMathLimit(IMathElement baseArg, IMathElement limit)Creates IMathLimit with limit at the bottom

createMathLimit(IMathElement baseArg, IMathElement limit, boolean upperLimit)

public abstract IMathLimit createMathLimit(IMathElement baseArg, IMathElement limit, boolean upperLimit)

Creates IMathLimit

Parameters:

ParameterTypeDescription
baseArgIMathElementBase argument to apply the limit
limitIMathElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns: IMathLimit - new math limit

createMathLimit(IMathElement baseArg, IMathElement limit)

public abstract IMathLimit createMathLimit(IMathElement baseArg, IMathElement limit)

Creates IMathLimit with limit at the bottom

Parameters:

ParameterTypeDescription
baseArgIMathElementBase argument to apply the limit
limitIMathElementLimit element

Returns: IMathLimit - new math limit