Base

Propriété MathNaryOperator.Base

Argument de base

public IMathElement Base { get; }

Exemples

Exemple:

[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
IMathElement baseArg = naryOperator.Base;

Voir Aussi