IMathLimitFactory
public interface IMathLimitFactory
Allows to create IMathLimit
For COM comparibility
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| baseArg | IMathElement | Base argument to apply the limit |
| limit | IMathElement | Limit element |
| upperLimit | boolean | Sets 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:
| Parameter | Type | Description |
|---|---|---|
| baseArg | IMathElement | Base argument to apply the limit |
| limit | IMathElement | Limit element |
Returns: IMathLimit - new math limit