MathNaryOperatorTypes

MathNaryOperatorTypes enumeration

Nary operator IMathNaryOperator types (excluding integrals)
For integrals MathIntegralTypes

Members

Member nameDescription
SUMMATIONSummation: ‘∑’
PRODUCTProduct: ‘∏’
CO_PRODUCTCoproduct: ‘∐’
INTERSECTIONIntersection: ‘∩’
UNIONUnion: ‘∪’
LOGICAL_ANDLogical And: ‘∧’
LOGICAL_ORLogical Or: ‘∨’

See Also