MathNaryOperatorTypes

Enumeración MathNaryOperatorTypes

Tipos de operador Nary IMathNaryOperator (excluyendo integrales) Para integrales MathIntegralTypes

public enum MathNaryOperatorTypes

Valores

NombreValorDescripción
Summation0Summation: ‘∑’
Product1Product: ‘∏’
CoProduct2Coproduct: ‘∐’
Intersection3Intersection: ‘∩’
Union4Union: ‘∪’
LogicalAnd5Logical And: ‘∧’
LogicalOr6Logical Or: ‘∨’

Ver también