IMathNaryOperator class

IMathNaryOperator class

Specifies an N-ary mathematical object, such as Summation and Integral. It consists of an operator, a base (or operand), and optional upper and lower limits. Examples of N-ary operators are: Summation, Union, Intersection, Integral

The IMathNaryOperator type exposes the following members:

Properties

PropertyDescription
baseBase argument
subscriptSpecifies a subscript argument that, for example, in the case of an integral, sets the lower limit
superscriptSpecifies a supersript argument that, for example, in the case of an integral, sets the upper limit
operator
limit_location
grow_to_match_operand_height
hide_subscript
hide_superscript

Methods

MethodDescription
join
join
divide
divide
divide
divide
enclose
enclose
function
function
as_argument_of_function
as_argument_of_function
as_argument_of_function
as_argument_of_function
as_argument_of_function
set_subscript
set_subscript
set_superscript
set_superscript
set_sub_superscript_on_the_right
set_sub_superscript_on_the_right
set_sub_superscript_on_the_left
set_sub_superscript_on_the_left
radical
radical
set_upper_limit
set_upper_limit
set_lower_limit
set_lower_limit
nary
nary
integral
integral
integral
integral
integral
group
group
to_border_box
to_border_box
get_children
to_math_array
accent
overbar
underbar
to_box

See Also