CreateMathFunction()

IMathFunctionFactory::CreateMathFunction(System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) method

Creates math function

virtual System::SharedPtr<IMathFunction> Aspose::Slides::MathText::IMathFunctionFactory::CreateMathFunction(System::SharedPtr<IMathElement> funcName, System::SharedPtr<IMathElement> baseArgument)=0

Arguments

ParameterTypeDescription
funcNameSystem::SharedPtr<IMathElement>Element used as a function name
baseArgumentSystem::SharedPtr<IMathElement>Element used as a function argument

Return Value

new math function

IMathFunctionFactory::CreateMathFunction(System::String, System::SharedPtr<IMathElement>) method

Creates math function

virtual System::SharedPtr<IMathFunction> Aspose::Slides::MathText::IMathFunctionFactory::CreateMathFunction(System::String funcName, System::SharedPtr<IMathElement> baseArgument)=0

Arguments

ParameterTypeDescription
funcNameSystem::StringFunction name
baseArgumentSystem::SharedPtr<IMathElement>Element used as a function argument

Return Value

new math function

See Also