MathNaryOperatorTypes

MathNaryOperatorTypes enumeration

Nary operator IMathNaryOperator types (excluding integrals) For integrals MathIntegralTypes

public enum MathNaryOperatorTypes

Values

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

See Also