CreateMathNaryOperator
Contents
[
Hide
]CreateMathNaryOperator(char, IMathElement, IMathElement, IMathElement)
Creates IMathNaryOperator
public IMathNaryOperator CreateMathNaryOperator(char operatorSymbol, IMathElement baseArgument,
IMathElement lowerLimit, IMathElement upperLimit)
Parameter | Type | Description |
---|---|---|
operatorSymbol | Char | The operator sign |
baseArgument | IMathElement | Base argument to apply operator |
lowerLimit | IMathElement | Lower limit |
upperLimit | IMathElement | Upper limit |
Return Value
new IMathNaryOperator
See Also
- interface IMathNaryOperator
- interface IMathElement
- class MathNaryOperatorFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathNaryOperator(char, IMathElement, IMathElement)
Creates IMathNaryOperator
public IMathNaryOperator CreateMathNaryOperator(char operatorSymbol, IMathElement baseArgument,
IMathElement lowerLimit)
Parameter | Type | Description |
---|---|---|
operatorSymbol | Char | The operator sign |
baseArgument | IMathElement | Base argument to apply operator |
lowerLimit | IMathElement | Lower limit |
Return Value
new IMathNaryOperator
See Also
- interface IMathNaryOperator
- interface IMathElement
- class MathNaryOperatorFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathNaryOperator(char, IMathElement)
Creates IMathNaryOperator
public IMathNaryOperator CreateMathNaryOperator(char operatorSymbol, IMathElement baseArgument)
Parameter | Type | Description |
---|---|---|
operatorSymbol | Char | The operator sign |
baseArgument | IMathElement | Base argument to apply operator |
Return Value
new IMathNaryOperator
See Also
- interface IMathNaryOperator
- interface IMathElement
- class MathNaryOperatorFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides