MathNaryOperatorFactory class

MathNaryOperatorFactory class

Allows to create IMathNaryOperator

The MathNaryOperatorFactory type exposes the following members:

Constructors

ConstructorDescription
__init__(self)

Methods

MethodDescription
create_math_nary_operator(self, operator_symbol, base_argument, lower_limit, upper_limit)Creates IMathNaryOperator
create_math_nary_operator(self, operator_symbol, base_argument, lower_limit)Creates IMathNaryOperator
create_math_nary_operator(self, operator_symbol, base_argument)Creates IMathNaryOperator

Remarks

For COM comparibility

See Also