CreateMathNaryOperator()

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

Creates IMathNaryOperator

virtual System::SharedPtr<IMathNaryOperator> Aspose::Slides::MathText::IMathNaryOperatorFactory::CreateMathNaryOperator(char16_t operatorSymbol, System::SharedPtr<IMathElement> baseArgument, System::SharedPtr<IMathElement> lowerLimit, System::SharedPtr<IMathElement> upperLimit)=0

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

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

Creates IMathNaryOperator

virtual System::SharedPtr<IMathNaryOperator> Aspose::Slides::MathText::IMathNaryOperatorFactory::CreateMathNaryOperator(char16_t operatorSymbol, System::SharedPtr<IMathElement> baseArgument, System::SharedPtr<IMathElement> lowerLimit)=0

Arguments

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

Return Value

new IMathNaryOperator

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

Creates IMathNaryOperator

virtual System::SharedPtr<IMathNaryOperator> Aspose::Slides::MathText::IMathNaryOperatorFactory::CreateMathNaryOperator(char16_t operatorSymbol, System::SharedPtr<IMathElement> baseArgument)=0

Arguments

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

Return Value

new IMathNaryOperator

See Also