Base
IMathNaryOperator.Base property
Базовый аргумент
public IMathElement Base { get; }
Примеры
Пример:
[C#]
IMathNaryOperator naryOperator = new MathematicalText("x").Nary(MathNaryOperatorTypes.Summation, "x=1", "100");
IMathElement baseArg = naryOperator.Base;
Смотрите также
- interface IMathElement
- interface IMathNaryOperator
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides