get_Base()
IMathRadical::get_Base() method
Base argument
virtual System::SharedPtr<IMathElement> Aspose::Slides::MathText::IMathRadical::get_Base()=0
Remarks
Example:
auto radical = System::MakeObject<MathematicalText>(u"x")->Radical(u"3"); // cube root
auto baseElem = radical->get_Base();
See Also
- Typedef SharedPtr
- Class IMathElement
- Class IMathRadical
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides