MathNaryOperatorFactory

MathNaryOperatorFactory class

Allows to create IMathNaryOperator

The MathNaryOperatorFactory type exposes the following members:

Constructors

NameDescription
MathNaryOperatorFactory()Initializes a new instance of the MathNaryOperatorFactory class

Methods

NameDescription
create_math_nary_operator(operator_symbol, base_argument, lower_limit, upper_limit)Creates IMathNaryOperator
create_math_nary_operator(operator_symbol, base_argument, lower_limit)Creates IMathNaryOperator
create_math_nary_operator(operator_symbol, base_argument)Creates IMathNaryOperator

See Also