IMathNaryOperator
Contents
[
Hide
]IMathNaryOperator interface
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
public interface IMathNaryOperator : IMathElement, IMathNaryOperatorProperties
Properties
Name | Description |
---|---|
AsIMathElement { get; } | Allows to get base IMathElement interface IMathElement |
AsIMathNaryOperatorProperties { get; } | Allows to get base IMathNaryOperatorProperties interface IMathNaryOperatorProperties |
Base { get; } | Base argument |
Subscript { get; } | Specifies a subscript argument that, for example, in the case of an integral, sets the lower limit |
Superscript { get; } | Specifies a supersript argument that, for example, in the case of an integral, sets the upper limit |
Examples
Example:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
See Also
- interface IMathElement
- interface IMathNaryOperatorProperties
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides