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
Parameter | Type | Description |
---|---|---|
funcName | System::SharedPtr<IMathElement> | Element used as a function name |
baseArgument | System::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
Parameter | Type | Description |
---|---|---|
funcName | System::String | Function name |
baseArgument | System::SharedPtr<IMathElement> | Element used as a function argument |
Return Value
new math function
See Also
- Typedef SharedPtr
- Class IMathFunction
- Class IMathElement
- Class IMathFunctionFactory
- Class String
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides