MathNaryOperatorTypes

Énumération MathNaryOperatorTypes

Types d’opérateurs naires IMathNaryOperator (excluant les intégrales) Pour les intégrales MathIntegralTypes

public enum MathNaryOperatorTypes

Valeurs

NomValeurDescription
Somme0Somme: ‘∑’
Produit1Produit: ‘∏’
CoProduit2Coproduit: ‘∐’
Intersection3Intersection: ‘∩’
Union4Union: ‘∪’
EtLogique5Et logique: ‘∧’
OuLogique6Ou logique: ‘∨’

Voir aussi