create_math_nary_operator method

create_math_nary_operator

Creates IMathNaryOperator

Returns

new IMathNaryOperator

def create_math_nary_operator(self, operator_symbol, base_argument):
    ...
ParameterTypeDescription
operator_symbolcharThe operator sign
base_argumentIMathElementBase argument to apply operator

create_math_nary_operator

Creates IMathNaryOperator

Returns

new IMathNaryOperator

def create_math_nary_operator(self, operator_symbol, base_argument, lower_limit):
    ...
ParameterTypeDescription
operator_symbolcharThe operator sign
base_argumentIMathElementBase argument to apply operator
lower_limitIMathElementLower limit

create_math_nary_operator

Creates IMathNaryOperator

Returns

new IMathNaryOperator

def create_math_nary_operator(self, operator_symbol, base_argument, lower_limit, upper_limit):
    ...
ParameterTypeDescription
operator_symbolcharThe operator sign
base_argumentIMathElementBase argument to apply operator
lower_limitIMathElementLower limit
upper_limitIMathElementUpper limit

See Also