MathNaryOperatorTypes
MathNaryOperatorTypes enum
Nary operator IMathNaryOperator types (excluding integrals) For integrals MathIntegralTypes
enum class MathNaryOperatorTypes
Values
| Name | Value | Description | 
|---|---|---|
| Summation | 0 | Summation: ‘\u2211’ | 
| Product | 1 | Product: ‘\u220F’ | 
| CoProduct | 2 | Coproduct: ‘\u2210’ | 
| Intersection | 3 | Intersection: ‘\u2229’ | 
| Union | 4 | Union: ‘\u222A’ | 
| LogicalAnd | 5 | Logical And: ‘\u2227’ | 
| LogicalOr | 6 | Logical Or: ‘\u2228’ | 
See Also
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides