Base
Propiedad IMathNaryOperator.Base
Argumento base
public IMathElement Base { get; }
Ejemplos
Ejemplo:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
IMathElement baseArg = naryOperator.Base;
Véase También
- interfaz IMathElement
- interfaz IMathNaryOperator
- espacio de nombres Aspose.Slides.MathText
- ensamblado Aspose.Slides