LimitLocation

MathNaryOperator.LimitLocation property

La localisation des limites (indice et surindice)

public MathLimitLocations LimitLocation { get; set; }

Exemples

Exemple:

[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
naryOperator.LimitLocation = MathLimitLocations.SubscriptSuperscript;

Voir aussi