public interface IMathNaryOperatorFactory
Allows to create IMathNaryOperator
Modifier and Type | Method and Description |
---|---|
IMathNaryOperator |
createMathNaryOperator(char operatorSymbol,
IMathElement baseArgument)
Creates IMathNaryOperator
|
IMathNaryOperator |
createMathNaryOperator(char operatorSymbol,
IMathElement baseArgument,
IMathElement lowerLimit)
Creates IMathNaryOperator
|
IMathNaryOperator |
createMathNaryOperator(char operatorSymbol,
IMathElement baseArgument,
IMathElement lowerLimit,
IMathElement upperLimit)
Creates IMathNaryOperator
|
IMathNaryOperator createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit, IMathElement upperLimit)
Creates IMathNaryOperator
operatorSymbol
- The operator signbaseArgument
- Base argument to apply operatorlowerLimit
- Lower limitupperLimit
- Upper limitIMathNaryOperator createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit)
Creates IMathNaryOperator
operatorSymbol
- The operator signbaseArgument
- Base argument to apply operatorlowerLimit
- Lower limitIMathNaryOperator createMathNaryOperator(char operatorSymbol, IMathElement baseArgument)
Creates IMathNaryOperator
operatorSymbol
- The operator signbaseArgument
- Base argument to apply operator