MathNaryOperatorTypes
MathNaryOperatorTypes 枚举
Nary operator IMathNaryOperator 类型(不包括积分)对于积分 MathIntegralTypes
public enum MathNaryOperatorTypes
值
| 名称 | 值 | 描述 |
|---|---|---|
| Summation | 0 | 求和: ‘∑’ |
| Product | 1 | 乘积: ‘∏’ |
| CoProduct | 2 | 余积: ‘∐’ |
| Intersection | 3 | 交集: ‘∩’ |
| Union | 4 | 并集: ‘∪’ |
| LogicalAnd | 5 | 逻辑与: ‘∧’ |
| LogicalOr | 6 | 逻辑或: ‘∨’ |
另请参见
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides