MathNaryOperatorTypes
MathNaryOperatorTypes énumération
Types d’opérateur N-aire IMathNaryOperator (excluant les intégrales) Pour les intégrales MathIntegralTypes
public enum MathNaryOperatorTypes
Valeurs
| Name | Value | Description |
|---|---|---|
| Summation | 0 | Summation: ‘∑’ |
| Product | 1 | Product: ‘∏’ |
| CoProduct | 2 | Coproduct: ‘∐’ |
| Intersection | 3 | Intersection: ‘∩’ |
| Union | 4 | Union: ‘∪’ |
| LogicalAnd | 5 | Logical And: ‘∧’ |
| LogicalOr | 6 | Logical Or: ‘∨’ |
Voir aussi
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides