MathNaryOperatorTypes

MathNaryOperatorTypes enum

Nary operator IMathNaryOperator types (excluding integrals) For integrals MathIntegralTypes

enum class MathNaryOperatorTypes

Values

NameValueDescription
Summation0Summation: ‘\u2211’
Product1Product: ‘\u220F’
CoProduct2Coproduct: ‘\u2210’
Intersection3Intersection: ‘\u2229’
Union4Union: ‘\u222A’
LogicalAnd5Logical And: ‘\u2227’
LogicalOr6Logical Or: ‘\u2228’

See Also