Base

MathNaryOperator.Base property

Basisargument

public IMathElement Base { get; }

Beispiele

Beispiel:

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

Siehe auch