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