nary method

nary

Creates a N-ary operator

Returns

New instance of type IMathNaryOperator

def nary(self, type, lower_limit, upper_limit):
    ...
ParameterTypeDescription
typeMathNaryOperatorTypesThe N-ary operator type
lower_limitIMathElementThe lower limit
upper_limitIMathElementThe upper limit

nary

Creates a N-ary operator

Returns

New instance of type IMathNaryOperator

def nary(self, type, lower_limit, upper_limit):
    ...
ParameterTypeDescription
typeMathNaryOperatorTypesThe N-ary operator type
lower_limitstrThe lower limit
upper_limitstrThe upper limit

See Also