MathNaryOperatorTypes
Enumeración MathNaryOperatorTypes
Tipos de operador n-ario IMathNaryOperator (excluyendo integrales). Para integrales, consulte MathIntegralTypes
.
public enum MathNaryOperatorTypes
Valores
Nombre | Valor | Descripción |
---|---|---|
Summation | 0 | Suma: ‘∑’ |
Product | 1 | Producto: ‘∏’ |
CoProduct | 2 | Coproducto: ‘∐’ |
Intersection | 3 | Intersección: ‘∩’ |
Union | 4 | Unión: ‘∪’ |
LogicalAnd | 5 | Y Lógico: ‘∧’ |
LogicalOr | 6 | O Lógico: ‘∨’ |
Ver También
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides