CreateMathNaryOperator()

MathNaryOperatorFactory::CreateMathNaryOperator(char16_t, System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) method

Creates IMathNaryOperator

System::SharedPtr<IMathNaryOperator> Aspose::Slides::MathText::MathNaryOperatorFactory::CreateMathNaryOperator(char16_t operatorSymbol, System::SharedPtr<IMathElement> baseArgument, System::SharedPtr<IMathElement> lowerLimit, System::SharedPtr<IMathElement> upperLimit) override

Arguments

ParameterTypeDescription
operatorSymbolchar16_tThe operator sign
baseArgumentSystem::SharedPtr<IMathElement>Base argument to apply operator
lowerLimitSystem::SharedPtr<IMathElement>Lower limit
upperLimitSystem::SharedPtr<IMathElement>Upper limit

Return Value

new IMathNaryOperator

MathNaryOperatorFactory::CreateMathNaryOperator(char16_t, System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) method

Creates IMathNaryOperator

System::SharedPtr<IMathNaryOperator> Aspose::Slides::MathText::MathNaryOperatorFactory::CreateMathNaryOperator(char16_t operatorSymbol, System::SharedPtr<IMathElement> baseArgument, System::SharedPtr<IMathElement> lowerLimit) override

Arguments

ParameterTypeDescription
operatorSymbolchar16_tThe operator sign
baseArgumentSystem::SharedPtr<IMathElement>Base argument to apply operator
lowerLimitSystem::SharedPtr<IMathElement>Lower limit

Return Value

new IMathNaryOperator

MathNaryOperatorFactory::CreateMathNaryOperator(char16_t, System::SharedPtr<IMathElement>) method

Creates IMathNaryOperator

System::SharedPtr<IMathNaryOperator> Aspose::Slides::MathText::MathNaryOperatorFactory::CreateMathNaryOperator(char16_t operatorSymbol, System::SharedPtr<IMathElement> baseArgument) override

Arguments

ParameterTypeDescription
operatorSymbolchar16_tThe operator sign
baseArgumentSystem::SharedPtr<IMathElement>Base argument to apply operator

Return Value

new IMathNaryOperator

See Also