CreateMathFunction()

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

Creates math function

System::SharedPtr<IMathFunction> Aspose::Slides::MathText::MathFunctionFactory::CreateMathFunction(System::SharedPtr<IMathElement> funcName, System::SharedPtr<IMathElement> baseArgument) override

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

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

Creates math function

System::SharedPtr<IMathFunction> Aspose::Slides::MathText::MathFunctionFactory::CreateMathFunction(System::String funcName, System::SharedPtr<IMathElement> baseArgument) override

Arguments

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

Return Value

new math function

See Also