Base

MathNaryOperator.Base property

Argumento base

public IMathElement Base { get; }

Ejemplos

Ejemplo:

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

Ver también