get_Base()
IMathFunction::get_Base() method
Function Argument
virtual System::SharedPtr<IMathElement> Aspose::Slides::MathText::IMathFunction::get_Base()=0
Remarks
Example:
auto func = System::MakeObject<MathematicalText>(u"sin")->Function(u"x");
auto baseArg = func->get_Base();
See Also
- Typedef SharedPtr
- Class IMathElement
- Class IMathFunction
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides