MathNaryOperatorTypes

MathNaryOperatorTypes 枚举

Nary 运算符 IMathNaryOperator 类型(不包括积分) For integrals MathIntegralTypes

public enum MathNaryOperatorTypes

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

另见