LimitLocation

MathNaryOperator.LimitLocation property

L’emplacement des limites (indice et exposant)

public MathLimitLocations LimitLocation { get; set; }

Exemples

Exemple :

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

Voir également