MathNaryOperatorTypes enumeration

MathNaryOperatorTypes enumeration

Nary operator IMathNaryOperator types (excluding integrals) For integrals MathIntegralTypes

The MathNaryOperatorTypes type exposes the following members:

Fields

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

See Also