IMathNaryOperatorFactory
public interface IMathNaryOperatorFactory
Allows to create IMathNaryOperator
For COM comparibility
Methods
Method | Description |
---|---|
createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit, IMathElement upperLimit) | Creates IMathNaryOperator |
createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit) | Creates IMathNaryOperator |
createMathNaryOperator(char operatorSymbol, IMathElement baseArgument) | Creates IMathNaryOperator |
createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit, IMathElement upperLimit)
public abstract IMathNaryOperator createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit, IMathElement upperLimit)
Creates IMathNaryOperator
Parameters:
Parameter | Type | Description |
---|---|---|
operatorSymbol | char | The operator sign |
baseArgument | IMathElement | Base argument to apply operator |
lowerLimit | IMathElement | Lower limit |
upperLimit | IMathElement | Upper limit |
Returns: IMathNaryOperator - new IMathNaryOperator
createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit)
public abstract IMathNaryOperator createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit)
Creates IMathNaryOperator
Parameters:
Parameter | Type | Description |
---|---|---|
operatorSymbol | char | The operator sign |
baseArgument | IMathElement | Base argument to apply operator |
lowerLimit | IMathElement | Lower limit |
Returns: IMathNaryOperator - new IMathNaryOperator
createMathNaryOperator(char operatorSymbol, IMathElement baseArgument)
public abstract IMathNaryOperator createMathNaryOperator(char operatorSymbol, IMathElement baseArgument)
Creates IMathNaryOperator
Parameters:
Parameter | Type | Description |
---|---|---|
operatorSymbol | char | The operator sign |
baseArgument | IMathElement | Base argument to apply operator |
Returns: IMathNaryOperator - new IMathNaryOperator