Operator

MathNaryOperator.Operator propriété

Caractère d’opérateur n-aire Par exemple : ‘∑’, ‘∫’

public char Operator { get; set; }

Exemples

Exemple:

[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
char operatorSymbol = naryOperator.Operator;

Voir aussi