MathNaryOperator
Содержание
[
Скрывать
]MathNaryOperator(char, IMathElement, IMathElement, IMathElement)
Инициализирует новый экземпляр класса MathNaryOperator.
public MathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit,
IMathElement upperLimit)
Параметр | Тип | Описание |
---|---|---|
operatorSymbol | Char | Символ оператора Nary |
baseArgument | IMathElement | Базовый аргумент |
lowerLimit | IMathElement | Нижний предел |
upperLimit | IMathElement | Верхний предел |
Примеры
Пример:
[C#]
IMathNaryOperator naryOperator = new MathNaryOperator('∑', new MathematicalText("i"), new MathematicalText("i=0"), new MathematicalText("𝑛"));
Смотрите также
- interface IMathElement
- class MathNaryOperator
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides
MathNaryOperator(char, IMathElement, IMathElement)
Инициализирует новый экземпляр класса MathNaryOperator.
public MathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit)
Параметр | Тип | Описание |
---|---|---|
operatorSymbol | Char | Символ оператора Nary |
baseArgument | IMathElement | Базовый аргумент |
lowerLimit | IMathElement | Нижний предел |
Примеры
Пример:
[C#]
IMathNaryOperator naryOperator = new MathNaryOperator('∑', new MathematicalText("i"), new MathematicalText("i"));
Смотрите также
- interface IMathElement
- class MathNaryOperator
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides
MathNaryOperator(char, IMathElement)
Инициализирует новый экземпляр класса MathNaryOperator.
public MathNaryOperator(char operatorSymbol, IMathElement baseArgument)
Параметр | Тип | Описание |
---|---|---|
operatorSymbol | Char | Символ оператора Nary |
baseArgument | IMathElement | Базовый аргумент |
Примеры
Пример:
[C#]
IMathNaryOperator naryOperator = new MathNaryOperator('∑', new MathematicalText("i"));
Смотрите также
- interface IMathElement
- class MathNaryOperator
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides