MathNaryOperatorTypes

MathNaryOperatorTypes énumération

Types d’opérateur N-aire IMathNaryOperator (excluant les intégrales) Pour les intégrales MathIntegralTypes

public enum MathNaryOperatorTypes

Valeurs

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

Voir aussi