MathNaryOperatorTypes

MathNaryOperatorTypes enumeration

Operador nario Tipos IMathNaryOperator (excluyendo integrales) Para integralesMathIntegralTypes

public enum MathNaryOperatorTypes

Valores

NombreValorDescripción
Summation0Sumatoria: ‘∑’
Product1Producto: ‘∏’
CoProduct2Coproducto: ‘∐’
Intersection3Intersección: ‘∩’
Union4Unión: ‘∪’
LogicalAnd5Y lógico: ‘∧’
LogicalOr6O lógico: ‘∨’

Ver también