MathElementBaseNary Method (MathNaryOperatorTypes, IMathElement, IMathElement) |
Namespace: Aspose.Slides.MathText
public IMathNaryOperator Nary( MathNaryOperatorTypes type, IMathElement lowerLimit, IMathElement upperLimit )
[C#] IMathElement baseElement = new MathematicalText("i-1"); IMathElement lowerLimit = new MathematicalText("i=0"); IMathElement upperLimit = new MathematicalText("𝑛"); IMathNaryOperator naryOperator = baseElement.Nary(MathNaryOperatorTypes.Summation, lowerLimit, upperLimit);