LimitLocation

MathNaryOperator.LimitLocation property

Die Position der Grenzen (tiefgestellt und hochgestellt)

public MathLimitLocations LimitLocation { get; set; }

Beispiele

Beispiel:

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

Siehe auch