MathNaryOperatorFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IMathNaryOperatorFactory

public class MathNaryOperatorFactory implements IMathNaryOperatorFactory

Allows to create IMathNaryOperator


For COM comparibility

Constructors

ConstructorDescription
MathNaryOperatorFactory()

Methods

MethodDescription
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

MathNaryOperatorFactory()

public MathNaryOperatorFactory()

createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit, IMathElement upperLimit)

public final IMathNaryOperator createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit, IMathElement upperLimit)

Creates IMathNaryOperator

Parameters:

ParameterTypeDescription
operatorSymbolcharThe operator sign
baseArgumentIMathElementBase argument to apply operator
lowerLimitIMathElementLower limit
upperLimitIMathElementUpper limit

Returns: IMathNaryOperator - new IMathNaryOperator

createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit)

public final IMathNaryOperator createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit)

Creates IMathNaryOperator

Parameters:

ParameterTypeDescription
operatorSymbolcharThe operator sign
baseArgumentIMathElementBase argument to apply operator
lowerLimitIMathElementLower limit

Returns: IMathNaryOperator - new IMathNaryOperator

createMathNaryOperator(char operatorSymbol, IMathElement baseArgument)

public final IMathNaryOperator createMathNaryOperator(char operatorSymbol, IMathElement baseArgument)

Creates IMathNaryOperator

Parameters:

ParameterTypeDescription
operatorSymbolcharThe operator sign
baseArgumentIMathElementBase argument to apply operator

Returns: IMathNaryOperator - new IMathNaryOperator