public interface IMathLimitFactory
Allows to create IMathLimit
Modifier and Type | Method and Description |
---|---|
IMathLimit |
createMathLimit(IMathElement baseArg,
IMathElement limit)
Creates IMathLimit with limit at the bottom
|
IMathLimit |
createMathLimit(IMathElement baseArg,
IMathElement limit,
boolean upperLimit)
Creates IMathLimit
|
IMathLimit createMathLimit(IMathElement baseArg, IMathElement limit, boolean upperLimit)
Creates IMathLimit
baseArg
- Base argument to apply the limitlimit
- Limit elementupperLimit
- Sets the placement of the limit on topIMathLimit createMathLimit(IMathElement baseArg, IMathElement limit)
Creates IMathLimit with limit at the bottom
baseArg
- Base argument to apply the limitlimit
- Limit element